Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove unused Babel plugin
  • Loading branch information
kaicataldo committed Jan 9, 2017
1 parent 514cc91 commit b554645
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions index.js
@@ -1,9 +1,8 @@
module.exports = {
parser: "babel-eslint",
extends: "eslint:recommended",
plugins: ["flowtype", "babel"],
plugins: ["flowtype"],
rules: {
// Core rules
"arrow-parens": ["error", "always"],
"arrow-spacing": ["error", { before: true, after: true }],
camelcase: "off",
Expand Down Expand Up @@ -42,8 +41,6 @@ module.exports = {
"space-infix-ops": "error",
semi: ["error", "always"],
strict: "off"

// Plugin rules
"flowtype/define-flow-type": "warn",
"flowtype/use-flow-type": "warn",
},
Expand Down

0 comments on commit b554645

Please sign in to comment.