Comparing version 1.3.2 to 1.3.3
{ | ||
"name": "eslint-g", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "Generator eslint config for pspgbhu", | ||
@@ -14,4 +14,2 @@ "main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"patch": "npm version patch && npm publish", | ||
"postversion": "npm publish && git push" | ||
@@ -18,0 +16,0 @@ }, |
module.exports = | ||
` | ||
"global-require": 0, | ||
"prefer-template": 0, | ||
"no-unused-vars": 1, | ||
"no-underscore-dangle": 0, | ||
"no-use-before-define": ["error", { "functions": false }], `; |
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
159
1
45745