Refactor
This commit is contained in:
24
dist/index.d.ts
vendored
24
dist/index.d.ts
vendored
@ -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
7
dist/package.json
vendored
@ -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",
|
||||
|
Reference in New Issue
Block a user