eslint-config-defaults
Advanced tools
Comparing version 5.0.0 to 6.0.0
@@ -0,1 +1,7 @@ | ||
## 6.0.0 (2015-09-01) | ||
#### Internal Changes | ||
* Revert 5.0.0 due to a limitation in ESLint | ||
## 5.0.0 (2015-08-27) | ||
@@ -2,0 +8,0 @@ |
@@ -17,3 +17,3 @@ { | ||
"version" : "5.0.0", | ||
"version" : "6.0.0", | ||
"author" : "Eric Baer <me@ericbaer.com>", | ||
@@ -33,3 +33,2 @@ | ||
"devDependencies" : { | ||
"eslint": "1.2.1" | ||
}, | ||
@@ -39,6 +38,2 @@ | ||
"scripts": { | ||
"lint": "eslint ." | ||
}, | ||
"engines":{ | ||
@@ -45,0 +40,0 @@ "node": ">= 0.10.0" |
@@ -29,6 +29,6 @@ <h1 align="center">eslint-config-defaults</h1> | ||
- `defaults` - The default ESLint config | ||
- `defaults` - The [default](https://github.com/eslint/eslint/blob/master/conf/eslint.json) ESLint config | ||
- `defaults/configurations/airbnb` - Config from the [AirBnB Style Guide](https://github.com/airbnb/javascript) | ||
- `defaults/configurations/google` - The [Google JavaScript Style Guide](https://google.github.io/styleguide/javascriptguide.xml) | ||
- `defaults/configurations/eslint` - The default ESLint config | ||
- `defaults/configurations/eslint` - The [default](https://github.com/eslint/eslint/blob/master/conf/eslint.json) ESLint config | ||
- `defaults/configurations/off` - Disable all rules (ESLint's default at 1.0.0+) | ||
@@ -69,3 +69,3 @@ - `defaults/configurations/walmart/es5-browser` - Walmart ES5 + browser | ||
ESLint configuration is broken apart in `./rules` containing ESLint's rules and rules for specific ESLint plugins. The full set of ESLint rules (`./rules/eslint`) are broken into categories that mirror ESLint's documentation. Under each rule type there are sets of configuration as well as an `off.yaml` file which turns off every rule in the category. | ||
ESLint configuration is broken apart in `./rules` containing ESLint's rules and rules for specific ESLint plugins. The full set of ESLint rules (`./rules/eslint`) are broken into categories that mirror ESLint's documentation. Under each rule type there are sets of configuration as well as an `off.js` file which turns off every rule in the category. | ||
@@ -72,0 +72,0 @@ ###### Examples |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
97629
0
2386
0
1