eslint-config-cheminfo
Advanced tools
Comparing version 1.9.1 to 1.10.0
@@ -0,1 +1,11 @@ | ||
<a name="1.10.0"></a> | ||
# [1.10.0](https://github.com/cheminfo/eslint-config/compare/v1.9.1...v1.10.0) (2018-01-09) | ||
### Features | ||
* use jest plugin ([0b517c1](https://github.com/cheminfo/eslint-config/commit/0b517c1)), closes [#6](https://github.com/cheminfo/eslint-config/issues/6) | ||
<a name="1.9.1"></a> | ||
@@ -2,0 +12,0 @@ ## [1.9.1](https://github.com/cheminfo/eslint-config/compare/v1.9.0...v1.9.1) (2017-12-06) |
12
index.js
@@ -14,3 +14,3 @@ 'use strict'; | ||
plugins: [ | ||
'no-only-tests' | ||
'jest' | ||
], | ||
@@ -185,4 +185,12 @@ rules: { | ||
'no-only-tests/no-only-tests': 'error' | ||
// Jest plugin (https://github.com/jest-community/eslint-plugin-jest) | ||
'jest/no-disabled-tests': 'warn', | ||
'jest/no-focused-tests': 'error', | ||
'jest/no-identical-title': 'error', | ||
'jest/no-large-snapshots': 'off', | ||
'jest/prefer-to-have-length': 'error', | ||
'jest/prefer-to-be-null': 'error', | ||
'jest/prefer-to-be-undefined': 'error', | ||
'jest/valid-expect': 'error' | ||
} | ||
}; |
{ | ||
"name": "eslint-config-cheminfo", | ||
"version": "1.9.1", | ||
"version": "1.10.0", | ||
"description": "Shared ESLint config for cheminfo and ml.js projects", | ||
@@ -25,8 +25,8 @@ "main": "index.js", | ||
"eslint": ">=4.2.0", | ||
"eslint-plugin-no-only-tests": ">=1.1.0" | ||
"eslint-plugin-jest": ">=21.5.0" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^4.12.1", | ||
"eslint-plugin-no-only-tests": "^2.0.0" | ||
"eslint": "^4.15.0", | ||
"eslint-plugin-jest": "^21.6.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
13534
188