Skip to content

Commit 2a85f82

Browse files
authored
Chore/migtate from eslint config standard with typescript to eslint config love (#1045)
* migrate Signed-off-by: Jan Kowalleck <[email protected]> * migrate Signed-off-by: Jan Kowalleck <[email protected]> --------- Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 6c81d1e commit 2a85f82

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.eslintrc.js

+2-2
Original file line numberDiff line numberDiff 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'

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,12 @@
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",

0 commit comments

Comments
 (0)