This commit is contained in:
Alex
2023-07-20 04:05:19 -04:00
parent fd67e90cbc
commit 77444efbf2
4 changed files with 33 additions and 3 deletions

8
dist/jsx-a11y/index.d.ts vendored Normal file
View 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;
};