eslint-config-idea-town
Advanced tools
Comparing version 1.1.0 to 1.2.0
12
index.js
@@ -1,11 +0,1 @@ | ||
module.exports = { | ||
"extends": [ | ||
"eslint:recommended", | ||
"airbnb/base" | ||
], | ||
"rules": { | ||
"comma-dangle": [2, "never"], | ||
"no-console": 1, | ||
"no-use-before-define": [2, "nofunc"] | ||
} | ||
}; | ||
module.exports = require('./rules.json'); |
{ | ||
"name": "eslint-config-idea-town", | ||
"description": "Shared ESLint config for idea-town repos", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"author": "Peter deHaan <peter@deseloper.com> (https://about.me/peterdehaan)", | ||
@@ -6,0 +6,0 @@ "bugs": { |
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
1525
7
13