File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -82,8 +82,8 @@ module.exports = {
82
82
'eslint-plugin-tsdoc'
83
83
] ,
84
84
extends : [
85
- /* see https://github.com/standard/ts-standard */
86
- 'standard-with-typescript '
85
+ /* see https://github.com/mightyiam/eslint-config-love */
86
+ 'love '
87
87
] ,
88
88
rules : {
89
89
// region override rules from plugin 'standard-with-typescript'
Original file line number Diff line number Diff line change 77
77
"@types/node" : " ts5.4" ,
78
78
"@types/spdx-expression-parse" : " ^3" ,
79
79
"@typescript-eslint/eslint-plugin" : " 6.21.0" ,
80
+ "@typescript-eslint/parser" : " 6.21.0" ,
80
81
"c8" : " ^8||^9" ,
81
82
"deepmerge" : " ^4.2.2" ,
82
83
"eslint" : " 8.57.0" ,
83
84
"eslint-config-standard" : " 17.1.0" ,
84
- "eslint-config-standard-with-typescript " : " 43.0.1 " ,
85
+ "eslint-config-love " : " 43.1.0 " ,
85
86
"eslint-plugin-editorconfig" : " 4.0.3" ,
86
87
"eslint-plugin-header" : " 3.1.1" ,
87
88
"eslint-plugin-jsdoc" : " 48.2.2" ,
You can’t perform that action at this time.
0 commit comments