-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
50 lines (40 loc) · 2.3 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# TODO
## ESLint Rules
- [ ] [eslint](https://github.com/eslint/eslint/tree/main)
- [x] [eslint-plugin-eslint-comments](https://github.com/mysticatea/eslint-plugin-eslint-comments)
- [ ] [eslint-plugin-graphql](https://github.com/apollographql/eslint-plugin-graphql)
- [ ] [eslint-plugin-i18next](https://github.com/edvardchen/eslint-plugin-i18next)
- [ ] [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import)
- [x] [eslint-plugin-inclusive-language](https://github.com/muenzpraeger/eslint-plugin-inclusive-language)
- [x] [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest)
- [x] [eslint-plugin-jest-formatting](https://github.com/dangreenisrael/eslint-plugin-jest-formatting)
- [ ] [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y)
- [x] [eslint-plugin-n](https://github.com/eslint-community/eslint-plugin-n)
- [x] [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise)
- [ ] [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react)
- [ ] [eslint-plugin-security](https://github.com/eslint-community/eslint-plugin-security)
- [x] [eslint-plugin-sort-destructure-keys](https://github.com/mthadley/eslint-plugin-sort-destructure-keys)
- [x] [eslint-plugin-sort-exports](https://github.com/jrdrg/eslint-plugin-sort-exports)
- [ ] [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library)
- [ ] [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn)
- [ ] [eslint-stylistic](https://github.com/eslint-stylistic/eslint-stylistic)
- [ ] [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint)
### Other interesting plugins
- [eslint-plugin-compat](https://github.com/amilajack/eslint-plugin-compat)
- [eslint-plugin-json](https://github.com/azeemba/eslint-plugin-json)
## Stylelint Rules/Config
- [x] @stylistic/stylelint-plugin
- [x] stylelint
- [x] stylelint-declaration-strict-value
- [x] stylelint-order
- [x] stylelint-scss
- [x] stylelint-config-property-sort-order-smacss
## Configuration Files
- [ ] React-specific
- [ ] Typescript-specific
- [ ] Jest-specific
- [ ] Stylistic-specific
## Misc
- [ ] Documentation
- [ ] ignore-dirs and ignore-patterns (`.eslintignore`, `.stylelintignore`)
- [ ] Test deprecation warnings in stylelint