Comparing version 1.3.3 to 1.3.4
{ | ||
"name": "eslint-g", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "Generator eslint config for pspgbhu", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
module.exports = | ||
` | ||
"global-require": 0, | ||
"class-methods-use-this": 0, | ||
"prefer-template": 0, | ||
"prefer-destructuring": ["error", { | ||
"array": false, | ||
"object": true | ||
}], | ||
"no-unused-vars": 1, | ||
"no-underscore-dangle": 0, | ||
"no-use-before-define": ["error", { "functions": false }], `; |
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
45873
164