File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1111- [x] ` eslint-plugin-react-naming-convention ` - Naming convention rules designed for React projects.
1212- ... (Free to combine with other plugins from the community).
1313
14- ### Add codemod feature to rules that can be transformed safely
14+ ### Add codemod feature to rules that can be transformed (using auto-fix) safely
1515
1616- [x] ` no-component-did-update `
1717- [x] ` no-component-will-receive-props `
2121
2222### Add auto-fix feature to rules that can be auto-fixed safely
2323
24- - [ ] ` prefer-destructuring-assignment `
24+ - [ ] ` function-component-definition `
25+ - [ ] ` no-useless-fragment `
2526- [ ] ` prefer-shorthand-fragment `
2627- [x] ` prefer-react-namespace-import `
2728- [x] ` prefer-shorthand-boolean `
28- - [ ] ` function-component-definition `
2929
3030### Add suggestion-fix feature to rules that can be fixed interactively
3131
3434- [ ] ` no-redundant-should-component-update `
3535- [ ] ` no-unused-class-component-members `
3636- [ ] ` no-unused-state `
37- - [ ] ` no-useless-fragment `
38- - [ ] ` dom/no-namespace `
39- - [ ] ` dom/no-missing-button-type.md `
37+ - [ ] ` prefer-destructuring-assignment `
38+ - [ ] ` dom/no-missing-button-type `
4039- [ ] ` dom/no-missing-iframe-sandbox `
4140- [ ] ` dom/no-unsafe-iframe-sandbox `
4241- [ ] ` dom/no-unsafe-target-blank `
You can’t perform that action at this time.
0 commit comments