Skip to content

Commit

Permalink
Merge pull request babel/eslint-config-babel#20 from babel/existentia…
Browse files Browse the repository at this point in the history
…lism-patch-1
  • Loading branch information
existentialism committed Sep 11, 2018
1 parent 74d4728 commit 7499b0c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions eslint/babel-eslint-config-internal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ module.exports = {
sourceType: "module"
},
rules: {
camelcase: "off",
"camelcase": "off",
"consistent-return": "off",
curly: "off",
"curly": ["error", "multi-line"],
"linebreak-style": ["error", "unix"],
"max-len": ["error", 110, 2],
"new-cap": "off",
"no-case-declarations": "off",
"no-case-declarations": "error",
"no-cond-assign": "off",
"no-confusing-arrow": "error",
"no-console": "off",
Expand All @@ -31,7 +31,7 @@ module.exports = {
"no-use-before-define": "off",
"no-var": "error",
"prefer-const": "error",
strict: "off",
"strict": "off",
"flowtype/define-flow-type": "warn",
"flowtype/use-flow-type": "warn",
},
Expand Down

0 comments on commit 7499b0c

Please sign in to comment.