Commit e7a3bf3
authored
feat: support eslint v9 (#89)
* refactor: migrate to antfu's config
* chore: remove format feature
* chore: rename all configs' name with `jhqn` prefix
* fix: cli-suggest-remove-files
* fix: ignore `.yarn` folder
* chore: remove `eslint-plugin-react-refresh`
* feat: add config compat
* feat: add config regexp
* feat: improve cli
* chore: replace `eslint-plugin-x` with `eslint-plugin-import-x`
* fix(cli): git clean check
* feat: support more fields of packageJson as ascending order
* feat: automatically rename plugins in factory
* fix: support eslint v9
* feat: graphql glob that supports .qgl extensions
* feat: support flat config pipeline
* chore: update deps
* feat: improve types for rules
* chore: update typegen
* feat: more relax types for merging
* fix(cli): make frameworks not required
* fix: consistent on config names
* docs: move to `@eslint/config-inspector`
* feat: generate types for core rules as well
* chore: update deps
* feat: update names for all config items
* fix: move `no-new-symbol` to `no-new-native-nonconstructor`
* feat: try inspector build
* chore: try fix windows
* feat: support solid.js
* docs: mention Solid support
* feat: improve `no-unused-vars` options
* chore: update dev script
* fix: don't create new test plugin for every run
* chore: update deps
* chore: remove old configs
* ci: codesandbox
* ci: codesandbox
* ci: codesandbox
* fix(stylistic): turn off 'antfu/top-level-function'
* docs: rename composer
* fix: what if enable stylistic by default and remove all config
* Revert "fix: what if enable stylistic by default and remove all config"
This reverts commit 6313724.
* fix: adjust `unused-imports/no-unused-vars`
* chore: update deps
* feat: improve types support
* feat(svelte): add support for typing according to sveltejs/rfcs#38
* feat: support `lessOpinionated` option
* refactor: migrate from eslint-plugin-react to eslint react
* chore: update deps
* fix: turn off `import/no-deprecated`
* fix: turn on `ts/no-shadow`
* chore: update deps
* feat: add `eslint-plugin-react-refresh`
* feat: add `eslint-plugin-command`
* chore: update vscode settings
* chore: update release action
* feat: update stylistic and ts-eslint
* feat: add rule `vue/script-indent`
* feat: turn off `style/indent` for vue files
* fix: config rule `vue/script-indent`
* fix: config style rules
* fix: config rule `vue/brace-style`
* fix: config rule `style/brace-style`
* fix: config rule `curly`1 parent cdb76dd commit e7a3bf3
File tree
122 files changed
+11790
-3923
lines changed- .codesandbox
- .github
- workflows
- bin
- fixtures
- input
- output
- all
- js
- no-style
- tab-double-quotes
- ts-override
- packages
- basic
- react
- solid
- typescript
- vue
- scripts
- src
- cli
- stages
- configs
- test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
122 files changed
+11790
-3923
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments