Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "eslint-g", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Generator eslint config for pspgbhu", | ||
@@ -30,6 +30,6 @@ "main": "index.js", | ||
"devDependencies": { | ||
"eslint": "^4.16.0", | ||
"eslint": "^4.18.1", | ||
"eslint-config-airbnb-base": "^12.1.0", | ||
"eslint-plugin-import": "^2.8.0" | ||
"eslint-plugin-import": "^2.9.0" | ||
} | ||
} |
@@ -29,3 +29,4 @@ const commonrc = require('./commonrc'); | ||
"func-names": 0, | ||
"no-multi-assign": 0 | ||
"no-multi-assign": 0, | ||
"prefer-template": 0 | ||
} | ||
@@ -32,0 +33,0 @@ } |
Sorry, the diff of this file is not supported yet
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
47244
14
193