Commit 07f63fd
authored
feat!: ESLint 9 and Flat Config (#33)
* docs: outline some intended breaking changes in the next major release
* feat!: initial implementation without much test
* chore: remove vue cli examples
* chore: set up new examples
* chore: detail the reason for the implicit dependency on pluginVue.configs['flat/base']
* chore: complete the js example
* feat: initial implementation of -with-typescript config
* chore: update deps
* feat!: refactored the -with-typescript config with dependency on @vue/eslint-config-typescript 14.3
* chore: update ts examples
* fix: @vue/eslint-config-standard is a dep, not a dev dep
* fix: missing dev dep
* chore: technically @vue/eslint-config-typescript can be optional
* style: don't break lines for consistency with example packages1 parent 2d65f05 commit 07f63fd
File tree
425 files changed
+8861
-12479
lines changed- .changeset
- examples
- allow-js
- .vscode
- public
- src
- assets
- components
- __tests__
- icons
- router
- stores
- views
- create-vue-js
- .vscode
- src
- assets
- components
- stores
- create-vue-ts-allow-js-in-vue
- .vscode
- src
- assets
- components
- stores
- create-vue-ts-allow-jsx-in-vue
- .vscode
- src
- assets
- components
- stores
- create-vue-ts-allow-js
- .vscode
- src
- assets
- components
- stores
- create-vue-ts-allow-tsx-in-vue
- .vscode
- src
- assets
- components
- stores
- create-vue-ts-cypress
- .vscode
- cypress
- e2e
- fixtures
- support
- src
- assets
- components
- __tests__
- router
- stores
- views
- create-vue-ts
- .vscode
- src
- assets
- components
- router
- stores
- views
- js
- .vscode
- public
- src
- assets
- components
- __tests__
- icons
- router
- stores
- views
- ts-with-oxlint
- .vscode
- public
- src
- assets
- components
- __tests__
- icons
- router
- stores
- views
- ts-with-playwright
- .vscode
- e2e
- public
- src
- assets
- components
- __tests__
- icons
- router
- stores
- views
- ts-with-prettier
- .vscode
- public
- src
- assets
- components
- __tests__
- icons
- router
- stores
- views
- ts-with-tsx-in-vue
- .vscode
- public
- src
- assets
- components
- __tests__
- icons
- router
- stores
- views
- ts
- .vscode
- public
- src
- assets
- components
- __tests__
- icons
- router
- stores
- views
- type-checked
- .vscode
- public
- src
- assets
- components
- __tests__
- icons
- router
- stores
- views
- vue-cli-js
- public
- src
- assets
- components
- router
- views
- vue-cli-ts
- public
- src
- assets
- components
- router
- views
- packages
- eslint-config-standard-with-typescript
- eslint-config-standard
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
425 files changed
+8861
-12479
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
| 6 | + | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 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 | + | |
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments