Skip to content

Commit

Permalink
Merge pull request #107 from ybiquitous/typescript-brace-style
Browse files Browse the repository at this point in the history
Disable `@typescript-eslint/brace-style` rule
  • Loading branch information
lydell committed Sep 10, 2019
2 parents b1bdbfd + 9525885 commit 682e571
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 24 deletions.
1 change: 1 addition & 0 deletions @typescript-eslint.js
Expand Up @@ -4,6 +4,7 @@ module.exports = {
rules: {
"@typescript-eslint/quotes": 0,

"@typescript-eslint/brace-style": "off",
"@typescript-eslint/func-call-spacing": "off",
"@typescript-eslint/indent": "off",
"@typescript-eslint/member-delimiter-style": "off",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -785,7 +785,7 @@ eslint-config-prettier has been tested with:
- eslint-config-prettier 2.10.0 and older were tested with ESLint 4.x
- eslint-config-prettier 2.1.1 and older were tested with ESLint 3.x
- prettier 1.18.2
- @typescript-eslint/eslint-plugin 2.1.0
- @typescript-eslint/eslint-plugin 2.2.0
- eslint-plugin-babel 5.3.0
- eslint-plugin-flowtype 4.3.0
- eslint-plugin-react 7.14.3
Expand Down
62 changes: 41 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -38,8 +38,8 @@
"get-stdin": "^6.0.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "2.1.0",
"@typescript-eslint/parser": "2.1.0",
"@typescript-eslint/eslint-plugin": "2.2.0",
"@typescript-eslint/parser": "2.2.0",
"babel-eslint": "10.0.3",
"cross-spawn": "6.0.5",
"doctoc": "1.4.0",
Expand Down

0 comments on commit 682e571

Please sign in to comment.