eslint-config-simplifield
Advanced tools
Comparing version 7.1.1 to 8.0.0
@@ -0,1 +1,11 @@ | ||
<a name="8.0.0"></a> | ||
# [8.0.0](https://github.com/SimpliField/eslint-config-simplifield/compare/v7.1.1...v8.0.0) (2018-07-26) | ||
### Features | ||
* **eslint:** add eslint 5.0 rules ([7a05c96](https://github.com/SimpliField/eslint-config-simplifield/commit/7a05c96)) | ||
<a name="7.1.1"></a> | ||
@@ -2,0 +12,0 @@ ## [7.1.1](https://github.com/SimpliField/eslint-config-simplifield/compare/v7.1.0...v7.1.1) (2018-07-25) |
@@ -106,3 +106,5 @@ 'use strict'; | ||
], | ||
'max-classes-per-file': OFF, | ||
'max-lines': [WARN, { max: 1000 }], | ||
'max-lines-per-function': OFF, | ||
'max-nested-callbacks': [ERROR, NESTED_CALLBACK_MAX], | ||
@@ -120,3 +122,3 @@ 'max-params': [ERROR, ARGUMENTS_MAX], | ||
'no-array-constructor': ERROR, | ||
'no-await-in-loop': ERROR, | ||
'no-await-in-loop': OFF, | ||
'no-buffer-constructor': ERROR, | ||
@@ -344,6 +346,3 @@ 'no-caller': ERROR, | ||
'object-curly-spacing': [ERROR, 'always'], | ||
'object-property-newline': [ | ||
ERROR, | ||
{ allowMultiplePropertiesPerLine: true }, | ||
], | ||
'object-property-newline': [ERROR, { allowAllPropertiesOnSameLine: true }], | ||
'one-var': [ERROR, 'never'], | ||
@@ -358,2 +357,3 @@ 'one-var-declaration-per-line': OFF, | ||
'prefer-numeric-literals': ERROR, | ||
'prefer-object-spread': WARN, | ||
'prefer-reflect': OFF, | ||
@@ -360,0 +360,0 @@ 'prefer-rest-params': WARN, |
{ | ||
"name": "eslint-config-simplifield", | ||
"version": "7.1.1", | ||
"version": "8.0.0", | ||
"description": "Simplifield Lint rules", | ||
@@ -24,8 +24,11 @@ "scripts": { | ||
], | ||
"engines": { | ||
"node": ">= 6.0.0" | ||
}, | ||
"devDependencies": { | ||
"conventional-changelog-cli": "1.3.9", | ||
"eslint": "4.10.0", | ||
"conventional-changelog-cli": "2.0.1", | ||
"eslint": "5.2.0", | ||
"husky": "0.14.3", | ||
"mocha": "5.0.0", | ||
"prettier": "1.10.2" | ||
"mocha": "5.2.0", | ||
"prettier": "1.13.7" | ||
}, | ||
@@ -35,8 +38,8 @@ "peerDependencies": {}, | ||
"eslint-config-angular": "0.5.0", | ||
"eslint-plugin-angular": "3.1.1", | ||
"eslint-plugin-angular": "3.3.0", | ||
"eslint-plugin-mongodb": "1.0.0", | ||
"eslint-plugin-node": "5.2.1", | ||
"eslint-plugin-promise": "3.6.0", | ||
"eslint-plugin-node": "7.0.1", | ||
"eslint-plugin-promise": "3.8.0", | ||
"eslint-plugin-security": "1.4.0" | ||
} | ||
} |
@@ -65,3 +65,2 @@ /* eslint-env node, mocha */ | ||
severity: 2, | ||
source: 'describe.only();', | ||
}, | ||
@@ -68,0 +67,0 @@ ]); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
100340
693
+ Addedeslint-plugin-angular@3.3.0(transitive)
+ Addedeslint-plugin-es@1.4.1(transitive)
+ Addedeslint-plugin-node@7.0.1(transitive)
+ Addedeslint-plugin-promise@3.8.0(transitive)
+ Addedeslint-utils@1.4.3(transitive)
+ Addedeslint-visitor-keys@1.3.0(transitive)
+ Addedignore@4.0.6(transitive)
+ Addedregexpp@2.0.1(transitive)
+ Addedsemver@5.7.2(transitive)
- Removedeslint-plugin-angular@3.1.1(transitive)
- Removedeslint-plugin-node@5.2.1(transitive)
- Removedeslint-plugin-promise@3.6.0(transitive)
- Removedignore@3.3.10(transitive)
- Removedsemver@5.3.0(transitive)
Updatedeslint-plugin-angular@3.3.0
Updatedeslint-plugin-node@7.0.1
Updatedeslint-plugin-promise@3.8.0