Skip to content
This repository has been archived by the owner on Feb 10, 2024. It is now read-only.

Commit

Permalink
build: stop searching for other eslint configs
Browse files Browse the repository at this point in the history
  • Loading branch information
bouzuya committed Jan 25, 2020
1 parent 573cbae commit 1d9d266
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@
"prettier",
"prettier/@typescript-eslint"
],
"ignorePatterns": ["node_modules"],
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"root": true,
"rules": {
"@typescript-eslint/no-unused-vars": [
"error",
Expand Down

0 comments on commit 1d9d266

Please sign in to comment.