File tree Expand file tree Collapse file tree 7 files changed +21
-14
lines changed
eslint-config-standard-with-typescript Expand file tree Collapse file tree 7 files changed +21
-14
lines changed Original file line number Diff line number Diff line change 9
9
"linked" : [],
10
10
"access" : " restricted" ,
11
11
"baseBranch" : " main" ,
12
- "updateInternalDependencies" : " patch" ,
13
- "ignore" : []
12
+ "updateInternalDependencies" : " patch"
14
13
}
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# @vue/eslint-config-standard-with-typescript
2
2
3
+ ## 9.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [ ` ac560b5 ` ] ( https://github.com/vuejs/eslint-config-standard/commit/ac560b52866adb8cb19a5df8fbe5f71b6ec1ad79 ) Thanks [ @haoqunjiang ] ( https://github.com/haoqunjiang ) ! - Added type declaration files
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[ ` 5f38827 ` ] ( https://github.com/vuejs/eslint-config-standard/commit/5f388277dac615c359a1cb297761e7d0fcc933ce )] :
12
+ - @vue/eslint-config-standard @9.0.1
13
+
3
14
## 9.0.0
4
15
5
16
### Major Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/eslint-config-standard-with-typescript" ,
3
- "version" : " 9.0 .0" ,
3
+ "version" : " 9.1 .0" ,
4
4
"description" : " eslint-config-standard-with-typescript for Vue.js projects" ,
5
5
"type" : " module" ,
6
6
"main" : " index.js" ,
Original file line number Diff line number Diff line change 1
1
# @vue/eslint-config-standard
2
2
3
+ ## 9.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [ ` 5f38827 ` ] ( https://github.com/vuejs/eslint-config-standard/commit/5f388277dac615c359a1cb297761e7d0fcc933ce ) Thanks [ @haoqunjiang ] ( https://github.com/haoqunjiang ) ! - Updated dependencies
8
+
3
9
## 9.0.0
4
10
5
11
### Major Changes
6
12
7
13
- [ #33 ] ( https://github.com/vuejs/eslint-config-standard/pull/33 ) [ ` 07f63fd ` ] ( https://github.com/vuejs/eslint-config-standard/commit/07f63fd143d075df55b681fb3f847d88ceb04281 )
14
+
8
15
- Added support for ESLint ^9.10, Node.js ^18.18.0 || ^20.9.0 || >=21.1.0. Dropped support for older versions.
9
16
- Switched to ESLint Flat Config, dropping legacy ` .eslintrc* ` format.
10
17
- Applied stylistic rules to expressions in ` <template> ` blocks.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @vue/eslint-config-standard" ,
3
- "version" : " 9.0.0 " ,
3
+ "version" : " 9.0.1 " ,
4
4
"description" : " eslint-config-standard for Vue.js projects" ,
5
5
"type" : " module" ,
6
6
"main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments