eslint-config-simplifield
Advanced tools
Comparing version 7.0.0 to 7.0.1
@@ -0,1 +1,16 @@ | ||
<a name="7.0.1"></a> | ||
## [7.0.1](https://github.com/SimpliField/eslint-config-simplifield/compare/v7.0.0...v7.0.1) (2017-11-21) | ||
### Bug Fixes | ||
* **common:** improve integration with prettier ([3f9aa19](https://github.com/SimpliField/eslint-config-simplifield/commit/3f9aa19)) | ||
### Features | ||
* **backend:** allow node v8 ([bef8302](https://github.com/SimpliField/eslint-config-simplifield/commit/bef8302)) | ||
<a name="7.0.0"></a> | ||
@@ -2,0 +17,0 @@ # [7.0.0](https://github.com/SimpliField/eslint-config-simplifield/compare/v6.1.0...v7.0.0) (2017-10-31) |
@@ -70,3 +70,3 @@ 'use strict'; | ||
'node/no-unpublished-require': OFF, | ||
'node/no-unsupported-features': ['error', { version: 6 }], | ||
'node/no-unsupported-features': ['error', { version: 8 }], | ||
@@ -73,0 +73,0 @@ 'security/detect-unsafe-regex': ERROR, |
@@ -53,3 +53,3 @@ 'use strict'; | ||
'arrow-body-style': [ERROR, 'as-needed'], | ||
'arrow-parens': [ERROR, 'as-needed', { requireForBlockBody: false }], | ||
'arrow-parens': [ERROR, 'as-needed'], | ||
'arrow-spacing': ERROR, | ||
@@ -375,3 +375,3 @@ 'block-spacing': [ERROR, 'always'], | ||
'space-before-blocks': [ERROR, 'always'], | ||
'space-before-function-paren': [ERROR, 'never'], | ||
'space-before-function-paren': OFF, | ||
'keyword-spacing': [ | ||
@@ -381,3 +381,2 @@ 'error', | ||
before: true, | ||
after: true, | ||
}, | ||
@@ -398,5 +397,5 @@ ], | ||
'wrap-iife': ERROR, | ||
'wrap-regex': ERROR, | ||
'wrap-regex': OFF, | ||
yoda: [ERROR, 'always'], | ||
}, | ||
}; |
{ | ||
"name": "eslint-config-simplifield", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"description": "Simplifield Lint rules", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
91500
694