Comparing version 1.3.1 to 1.3.2
{ | ||
"name": "eslint-g", | ||
"version": "1.3.1", | ||
"version": "1.3.2", | ||
"description": "Generator eslint config for pspgbhu", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
module.exports = | ||
` | ||
"prefer-template": 0, | ||
"no-unused-vars": 1, | ||
"no-use-before-define": ["error", { "functions": false }], `; | ||
"prefer-template": 0, | ||
"no-unused-vars": 1, | ||
"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
45797