eslint-config-cheminfo
Advanced tools
Comparing version 1.7.0 to 1.8.0
@@ -0,1 +1,11 @@ | ||
<a name="1.8.0"></a> | ||
# [1.8.0](https://github.com/cheminfo/eslint-config/compare/v1.7.0...v1.8.0) (2017-05-11) | ||
### Features | ||
* add new rules ([34bddc6](https://github.com/cheminfo/eslint-config/commit/34bddc6)) | ||
<a name="1.7.0"></a> | ||
@@ -2,0 +12,0 @@ # [1.7.0](https://github.com/cheminfo/eslint-config/compare/v1.6.0...v1.7.0) (2017-03-10) |
@@ -118,2 +118,3 @@ 'use strict'; | ||
'no-new-wrappers': 'error', | ||
'no-redeclare': 'error', | ||
'no-shadow-restricted-names': 'error', | ||
@@ -124,4 +125,8 @@ 'no-trailing-spaces': 'error', | ||
'no-unused-expressions': 'error', | ||
'no-unused-vars': 'error', | ||
'no-with': 'error', | ||
'object-curly-spacing': ['error', 'never'], | ||
'one-var': ['error', {initialized: 'never'}], | ||
'one-var-declaration-per-line': ['error', 'initializations'], | ||
'quote-props': ['error', 'as-needed'], | ||
'quotes': ['error', 'single', 'avoid-escape'], | ||
@@ -128,0 +133,0 @@ 'semi': 'error', |
{ | ||
"name": "eslint-config-cheminfo", | ||
"version": "1.7.0", | ||
"version": "1.8.0", | ||
"description": "Shared ESLint config for cheminfo and ml.js projects", | ||
"main": "index.js", | ||
"files": ["index.js"], | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 0" | ||
"test": "node test/test.js" | ||
}, | ||
@@ -23,3 +24,7 @@ "repository": { | ||
"eslint-plugin-no-only-tests": ">=1.1.0" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^3.19.0", | ||
"eslint-plugin-no-only-tests": "^1.1.0" | ||
} | ||
} |
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
137
0
10652
2
5