Skip to content

Commit

Permalink
chore(lint): remove useless linting rules, now default from airbnb
Browse files Browse the repository at this point in the history
  • Loading branch information
vvo committed Aug 4, 2015
1 parent a2221a8 commit 76d1600
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,8 @@
],
"plugins": ["react"],
"ecmaFeatures": {
"arrowFunctions": true,
"blockBindings": true,
"classes": true,
"defaultParams": true,
"destructuring": true,
"forOf": true,
"generators": false,
"modules": true,
"objectLiteralComputedProperties": true,
"objectLiteralDuplicateProperties": false,
"objectLiteralShorthandMethods": true,
"objectLiteralShorthandProperties": true,
"spread": true,
"superInFunctions": true,
"templateStrings": true,
"jsx": true
// eslint-config-algolia disables modules because all projects are not ES6
"modules": true
},
"rules": {
"strict": [2, "never"], // babel inserts "use strict"; for us
Expand Down

0 comments on commit 76d1600

Please sign in to comment.