Skip to content

Commit

Permalink
migrate(lint): standard ts config to love
Browse files Browse the repository at this point in the history
  • Loading branch information
ram-amoncar committed May 14, 2024
1 parent 0a94d29 commit b4ee522
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 143 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"node": true,
"jest": true
},
"extends": ["standard-with-typescript", "plugin:import/typescript", "plugin:prettier/recommended"],
"extends": ["love", "plugin:import/typescript", "plugin:prettier/recommended"],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": "latest",
Expand Down
Loading

0 comments on commit b4ee522

Please sign in to comment.