eslint-plugin-impress
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "eslint-plugin-impress", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "ESLint plugin for compatibility with Impress Application Server", | ||
@@ -29,3 +29,6 @@ "main": "plugin.js", | ||
"eslint": "^3.12.0" | ||
}, | ||
"peerDependencies": { | ||
"eslint": "^3.12.0" | ||
} | ||
} |
@@ -7,5 +7,5 @@ # eslint-plugin-impress | ||
[x] Correct handling of application scripts (implicit strict mode). | ||
[x] Correct handling of configs, schemas and API handlers (implicit strict | ||
mode, implicit `module.exports`). | ||
[ ] Automatic config validation according to config schemas. | ||
- [x] Correct handling of application scripts (implicit strict mode). | ||
- [x] Correct handling of configs, schemas and API handlers (implicit strict | ||
mode, implicit `module.exports`). | ||
- [ ] Automatic config validation according to config schemas. |
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
5727
1