This commit is contained in:
Alex
2023-10-03 19:00:25 -04:00
parent 01f291af94
commit 8a07010f29
15 changed files with 741 additions and 716 deletions

24
dist/index.d.ts vendored
View File

@ -1,7 +1,17 @@
import type { ESLintConfig } from 'eslint-define-config';
declare module 'eslint-define-config/src/rules/react/no-unknown-property.d.ts' {
interface NoUnknownPropertyOption {
extends: ('next' | 'emotion')[];
}
}
export declare function extendConfig({ plugins, settings, rules, extends: _extends, overrides, ...rest }?: ESLintConfig): ESLintConfig;
// Generated by dts-bundle-generator v8.0.1
import { ESLintConfig } from 'eslint-define-config';
export declare const error = 'error';
export declare const warn = 'warn';
export declare const off = 'off';
export declare function extendConfig({
plugins,
settings,
rules,
extends: _extends,
overrides,
...rest
}?: ESLintConfig): ESLintConfig;
export {};

7
dist/package.json vendored
View File

@ -1,15 +1,14 @@
{
"name": "@aet/eslint-rules",
"version": "0.0.1-beta.36",
"version": "0.0.1-beta.37",
"license": "UNLICENSED",
"peerDependencies": {
"esbin": "^0.0.2",
"typescript": "^5.2.2"
},
"dependencies": {
"@types/eslint": "^8.44.3",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"@typescript-eslint/eslint-plugin": "6.7.4",
"@typescript-eslint/parser": "6.7.4",
"aria-query": "^5.3.0",
"axe-core": "4.8.2",
"axobject-query": "^4.0.0",