eslint-config-loopback
Advanced tools
Comparing version 4.0.0 to 5.0.0
@@ -0,1 +1,15 @@ | ||
2016-11-15, Version 5.0.0 | ||
========================= | ||
* set eslint config disallow undeclared variables (Shing) | ||
* Update README.md (Simon Ho) | ||
* Fix bugs URL in package.json (Simon Ho) | ||
* Add where to post issues message in README.md (Simon Ho) | ||
* Update URLs in CONTRIBUTING.md (#8) (Ryan Graham) | ||
2016-05-27, Version 4.0.0 | ||
@@ -2,0 +16,0 @@ ========================= |
@@ -150,3 +150,3 @@ ### Contributing ### | ||
[Google C++ Style Guide]: https://google-styleguide.googlecode.com/svn/trunk/cppguide.xml | ||
[Google Javascript Style Guide]: https://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml | ||
[Google C++ Style Guide]: https://google.github.io/styleguide/cppguide.html | ||
[Google Javascript Style Guide]: https://google.github.io/styleguide/javascriptguide.xml |
@@ -33,2 +33,3 @@ { | ||
"no-trailing-spaces": 2, | ||
"no-undef": "error", | ||
"object-curly-spacing": ["error", "never"], | ||
@@ -35,0 +36,0 @@ "one-var": ["error", { |
{ | ||
"name": "eslint-config-loopback", | ||
"version": "4.0.0", | ||
"version": "5.0.0", | ||
"description": "ESLint configs for LoopBack projects.", | ||
@@ -20,5 +20,5 @@ "main": "eslint.json", | ||
"bugs": { | ||
"url": "https://github.com/strongloop/eslint-config-loopback/issues" | ||
"url": "https://github.com/strongloop/loopback/issues" | ||
}, | ||
"homepage": "https://github.com/strongloop/eslint-config-loopback" | ||
} |
@@ -0,11 +1,15 @@ | ||
**PLEASE CREATE ISSUES AT https://github.com/strongloop/loopback/issues** | ||
--- | ||
# eslint-config-loopback | ||
ESLint configs for LoopBack projects. | ||
LoopBack's ESLint shareable configs. | ||
## Usage | ||
Add `eslint-config-loopback` to `devDependencies`: | ||
Add `eslint` and `eslint-config-loopback` to `devDependencies`: | ||
``` | ||
npm install -D eslint-config-loopback | ||
npm install -D eslint eslint-config-loopback | ||
``` | ||
@@ -12,0 +16,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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
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
13223
8
49
74
1
80