eslint-config-net-9e15
Advanced tools
Comparing version 3.0.0 to 4.0.0
@@ -8,15 +8,8 @@ /* eslint-env node */ | ||
'google', | ||
'plugin:lodash-fp/recommended', | ||
], | ||
plugins: [ | ||
'html', | ||
'lodash-fp', | ||
], | ||
rules: { | ||
'keyword-spacing': 'error', | ||
'lodash-fp/consistent-compose': ['error', 'flow'], | ||
'lodash-fp/no-for-each': 'error', | ||
'lodash-fp/prefer-constant': 'error', | ||
'lodash-fp/prefer-identity': 'error', | ||
'lodash-fp/preferred-alias': 'error', | ||
'require-jsdoc': 'off', | ||
@@ -23,0 +16,0 @@ 'strict': ['error', 'global'], |
{ | ||
"name": "eslint-config-net-9e15", | ||
"version": "3.0.0", | ||
"version": "4.0.0", | ||
"description": "ESLint shareable config for net-9e15 projects", | ||
"author": "Michał Kownacki <mkownacki@9e15.net> (https://github.com/kownacki)", | ||
"author": "Codemachine Sp. z o.o. <team@9e15.net>", | ||
"license": "MIT", | ||
@@ -21,4 +21,3 @@ "main": "index.js", | ||
"eslint-config-google": "^0.9.1", | ||
"eslint-plugin-html": "^3.1.1", | ||
"eslint-plugin-lodash-fp": "^2.1.3" | ||
"eslint-plugin-html": "^3.1.1" | ||
}, | ||
@@ -25,0 +24,0 @@ "devDependencies": { |
@@ -32,3 +32,2 @@ # eslint-config-net-9e15 | ||
- [`google`](https://github.com/google/eslint-config-google) | ||
- [`plugin:lodash-fp/recommended`](https://github.com/jfmengels/eslint-plugin-lodash-fp) | ||
@@ -35,0 +34,0 @@ but also specifies additional rules. |
Sorry, the diff of this file is not supported yet
32154
2
16
38
- Removedeslint-plugin-lodash-fp@^2.1.3
- Removedcreate-eslint-index@1.0.0(transitive)
- Removedenhance-visitors@1.0.0(transitive)
- Removedeslint-ast-utils@1.1.0(transitive)
- Removedeslint-plugin-lodash-fp@2.1.3(transitive)
- Removedlodash@4.17.21(transitive)
- Removedlodash.get@4.4.2(transitive)
- Removedlodash.zip@4.2.0(transitive)
- Removedreq-all@0.1.0(transitive)