Skip to content

Commit

Permalink
clean: remove duplicated eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Mangeonjean committed Mar 2, 2023
1 parent b53a50e commit c5c0539
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
"es6": true,
"browser": true
},
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 2020,
"sourceType": "module",
"project": "./tsconfig.eslint.json"
},
"globals": {
Expand All @@ -19,10 +16,5 @@
"ignorePatterns": [
"vscode/**/*",
"dist/**/*"
],
"plugins": [
"@typescript-eslint",
"import",
"unused-imports"
]
}

0 comments on commit c5c0539

Please sign in to comment.