Update
This commit is contained in:
14
dist/import/index.d.ts
vendored
Normal file
14
dist/import/index.d.ts
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
import type { Linter } from 'eslint';
|
||||
|
||||
export const rules: Readonly<Linter.RulesRecord>;
|
||||
|
||||
export const configs: {
|
||||
recommended: Linter.BaseConfig;
|
||||
errors: Linter.BaseConfig;
|
||||
warnings: Linter.BaseConfig;
|
||||
'stage-0': Linter.BaseConfig;
|
||||
react: Linter.BaseConfig;
|
||||
'react-native': Linter.BaseConfig;
|
||||
electron: Linter.BaseConfig;
|
||||
typescript: Linter.BaseConfig;
|
||||
};
|
Reference in New Issue
Block a user