Inline eslint-import-resolver-typescript
This commit is contained in:
8
dist/eslint-plugin-jsx-a11y/index.d.ts
vendored
Normal file
8
dist/eslint-plugin-jsx-a11y/index.d.ts
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
import type { Linter } from 'eslint';
|
||||
|
||||
export const rules: Readonly<Linter.RulesRecord>;
|
||||
|
||||
export const configs: {
|
||||
recommended: Linter.BaseConfig;
|
||||
strict: Linter.BaseConfig;
|
||||
};
|
Reference in New Issue
Block a user