eslint-config-cheminfo
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -0,1 +1,11 @@ | ||
<a name="1.1.1"></a> | ||
## [1.1.1](https://github.com/cheminfo/eslint-config/compare/v1.1.0...v1.1.1) (2016-07-26) | ||
### Bug Fixes | ||
* put allow-null in correct rule ([01a5b8a](https://github.com/cheminfo/eslint-config/commit/01a5b8a)) | ||
<a name="1.1.0"></a> | ||
@@ -2,0 +12,0 @@ # [1.1.0](https://github.com/cheminfo/eslint-config/compare/v1.0.0...v1.1.0) (2016-07-26) |
@@ -17,4 +17,4 @@ 'use strict'; | ||
'comma-style': 'error', | ||
'eol-last': ['error', 'allow-null'], | ||
'eqeqeq': 'error', | ||
'eol-last': 'error', | ||
'eqeqeq': ['error', 'allow-null'], | ||
'indent': ['error', 4, {SwitchCase: 1}], | ||
@@ -21,0 +21,0 @@ 'key-spacing': 'error', |
{ | ||
"name": "eslint-config-cheminfo", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Shared ESLint config for cheminfo and ml.js projects", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
21440