Skip to content

Commit

Permalink
fix(template-typescript): add eslint-plugin-import/typescript rules (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
unasuke authored Nov 23, 2020
1 parent 2e46aaa commit c27ca4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/template/typescript-webpack/tmpl/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended",
"plugin:import/errors",
"plugin:import/warnings"
"plugin:import/warnings",
"plugin:import/typescript"
],
"parser": "@typescript-eslint/parser"
}
3 changes: 2 additions & 1 deletion packages/template/typescript/tmpl/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended",
"plugin:import/errors",
"plugin:import/warnings"
"plugin:import/warnings",
"plugin:import/typescript"
],
"parser": "@typescript-eslint/parser"
}

0 comments on commit c27ca4b

Please sign in to comment.