Skip to content

Commit

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

0 comments on commit a01c879

Please sign in to comment.