Skip to content

Commit

Permalink
Removing eslint dependencies to see if I get something else from code…
Browse files Browse the repository at this point in the history
…climate
  • Loading branch information
sadasant committed Mar 7, 2017
1 parent a74da30 commit 07af8cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 33 deletions.
29 changes: 1 addition & 28 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,32 +1,5 @@
module.exports = {
'extends': 'standard',
plugins: [
'mocha'
],
plugins: [
'lodash-fp'
],
rules: {
indent: ['error', 4],
'lodash-fp/consistent-compose': 'off',
'lodash-fp/consistent-name': [ 'error', '_' ],
'lodash-fp/no-argumentless-calls': 'error',
'lodash-fp/no-chain': 'error',
'lodash-fp/no-extraneous-args': 'error',
'lodash-fp/no-extraneous-function-wrapping': 'error',
'lodash-fp/no-extraneous-iteratee-args': 'error',
'lodash-fp/no-for-each': 'off',
'lodash-fp/no-partial-of-curried': 'error',
'lodash-fp/no-single-composition': 'error',
'lodash-fp/no-submodule-destructuring': 'error',
'lodash-fp/no-unused-result': 'error',
'lodash-fp/prefer-compact': 'error',
'lodash-fp/prefer-composition-grouping': 'error',
'lodash-fp/prefer-constant': [ 'error', { arrowFunctions: false } ],
'lodash-fp/prefer-flat-map': 'error',
'lodash-fp/prefer-get': 'error',
'lodash-fp/prefer-identity': [ 'error', { arrowFunctions: false } ],
'lodash-fp/preferred-alias': 'off',
'lodash-fp/use-fp': 'error'
indent: ['error', 4]
}
}
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@
"codeclimate-test-reporter": "^0.4.1",
"coveralls": "^2.11.16",
"eslint": "^3.14.0",
"eslint-config-standard": "^7.0.0",
"eslint-plugin-lodash-fp": "^2.1.3",
"eslint-plugin-mocha": "^4.8.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^2.1.1",
"mocha": "^3.2.0",
"mocha-lcov-reporter": "^1.2.0",
"nyc": "^10.1.2",
Expand Down

0 comments on commit 07af8cd

Please sign in to comment.