File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -82,8 +82,8 @@ module.exports = {
8282 'eslint-plugin-tsdoc'
8383 ] ,
8484 extends : [
85- /* see https://github.com/standard/ts-standard */
86- 'standard-with-typescript '
85+ /* see https://github.com/mightyiam/eslint-config-love */
86+ 'love '
8787 ] ,
8888 rules : {
8989 // region override rules from plugin 'standard-with-typescript'
Original file line number Diff line number Diff line change 7777 "@types/node" : " ts5.4" ,
7878 "@types/spdx-expression-parse" : " ^3" ,
7979 "@typescript-eslint/eslint-plugin" : " 6.21.0" ,
80+ "@typescript-eslint/parser" : " 6.21.0" ,
8081 "c8" : " ^8||^9" ,
8182 "deepmerge" : " ^4.2.2" ,
8283 "eslint" : " 8.57.0" ,
8384 "eslint-config-standard" : " 17.1.0" ,
84- "eslint-config-standard-with-typescript " : " 43.0.1 " ,
85+ "eslint-config-love " : " 43.1.0 " ,
8586 "eslint-plugin-editorconfig" : " 4.0.3" ,
8687 "eslint-plugin-header" : " 3.1.1" ,
8788 "eslint-plugin-jsdoc" : " 48.2.2" ,
You can’t perform that action at this time.
0 commit comments