eslint-config-spreetail
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -7,2 +7,6 @@ # Change Log | ||
## 2.2.1 - 2017-10-18 | ||
### Removed | ||
- [default-case](https://eslint.org/docs/rules/default-case). | ||
## 2.2.0 - 2017-08-08 | ||
@@ -9,0 +13,0 @@ ### Added |
{ | ||
"name": "eslint-config-spreetail", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "ESLint configuration used at Spreetail.", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"publish": "git push && git push --tags" | ||
}, | ||
@@ -9,0 +10,0 @@ "repository": { |
@@ -6,3 +6,2 @@ var rules = { | ||
'curly': 'error', | ||
'default-case': 'error', | ||
'eqeqeq': ['error', 'smart'], | ||
@@ -9,0 +8,0 @@ 'no-alert': 'error', |
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
23304
130