eslint-strusoft
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -55,3 +55,3 @@ module.exports = { | ||
// 'quote-props': [2], | ||
'quotes': [2, 'single', 'avoid-escape'], | ||
'quotes': [2, 'single', { 'avoidEscape': true }], | ||
// 'require-jsdoc': [2], | ||
@@ -58,0 +58,0 @@ 'semi-spacing': [2, { 'before': false, 'after': true }], |
@@ -32,2 +32,3 @@ module.exports = { | ||
'no-implied-eval': 2, | ||
'no-unused-vars': ["error", { "args": "none" }], | ||
// 'no-invalid-this': 2, | ||
@@ -34,0 +35,0 @@ 'no-iterator': 2, |
{ | ||
"name": "eslint-strusoft", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Strusoft eslint", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
6124
175