Skip to content

Commit

Permalink
feat(eslint-config-typescript): setup rules below, no semi and single…
Browse files Browse the repository at this point in the history
… quotes
  • Loading branch information
trylovetom committed Mar 3, 2020
1 parent e0f6ec8 commit dbb2943
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ESLintConfigTypeScript/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
"prettier/@typescript-eslint"
],
"rules": {
"semi": [2, "never"],
"quotes": [2, "single"],
"import/extensions": [
"error",
"ignorePackages",
Expand Down

0 comments on commit dbb2943

Please sign in to comment.