Skip to content

Commit

Permalink
Remove "ojbects" plugin. It breaks with ES6 spread operator. Will be …
Browse files Browse the repository at this point in the history
…replaced with ESLint rules when they are ported from JSCS.
  • Loading branch information
gajus committed Apr 30, 2016
1 parent 58ced73 commit c0c4b66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
7 changes: 1 addition & 6 deletions eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"babel",
"import",
"sorting",
"objects",
"flowtype",
"mocha",
"jsdoc",
Expand Down Expand Up @@ -515,10 +514,6 @@
0,
"always"
],
"objects/no-object-properties-first-line": 2,
"objects/no-object-properties-last-line": 2,
"objects/no-object-properties-one-line": 2,
"objects/no-object-property-split": 2,
"one-var": 0,
"one-var-declaration-per-line": 2,
"operator-assignment": [
Expand Down Expand Up @@ -696,4 +691,4 @@
"\\.scss$"
]
}
}
}
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"eslint-plugin-lodash": "^1.8.2",
"eslint-plugin-mocha": "^2.2.0",
"eslint-plugin-no-use-extend-native": "^0.3.4",
"eslint-plugin-objects": "^1.1.1",
"eslint-plugin-react": "^5.0.1",
"eslint-plugin-sorting": "^0.1.0"
},
Expand All @@ -38,4 +37,4 @@
"test": ""
},
"version": "1.7.1"
}
}

0 comments on commit c0c4b66

Please sign in to comment.