Skip to content

Commit

Permalink
Chore/migtate from eslint config standard with typescript to eslint c…
Browse files Browse the repository at this point in the history
…onfig love (#1045)

* migrate

Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>

* migrate

Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>

---------

Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck committed Apr 13, 2024
1 parent 6c81d1e commit 2a85f82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ module.exports = {
'eslint-plugin-tsdoc'
],
extends: [
/* see https://github.com/standard/ts-standard */
'standard-with-typescript'
/* see https://github.com/mightyiam/eslint-config-love */
'love'
],
rules: {
// region override rules from plugin 'standard-with-typescript'
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,12 @@
"@types/node": "ts5.4",
"@types/spdx-expression-parse": "^3",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"c8": "^8||^9",
"deepmerge": "^4.2.2",
"eslint": "8.57.0",
"eslint-config-standard": "17.1.0",
"eslint-config-standard-with-typescript": "43.0.1",
"eslint-config-love": "43.1.0",
"eslint-plugin-editorconfig": "4.0.3",
"eslint-plugin-header": "3.1.1",
"eslint-plugin-jsdoc": "48.2.2",
Expand Down

0 comments on commit 2a85f82

Please sign in to comment.