coins-validate
Advanced tools
Comparing version 2.0.5 to 2.0.6
{ | ||
"name": "coins-validate", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"description": "configures a package to fall inline with coins standards", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
module.exports = { | ||
ecmaFeatures: { | ||
modules: false, // https://github.com/eslint/eslint/issues/2785#issuecomment-113254153 | ||
parserOptions: { | ||
ecmaVersion: 6, | ||
ecmaFeatures: { | ||
jsx: true | ||
}, | ||
}, | ||
@@ -11,3 +14,6 @@ extends: 'airbnb', | ||
es6: true | ||
}, | ||
rules: { | ||
strict: [0, 'global'] // required for node, configurable for browser, https://github.com/eslint/eslint/issues/2785#issuecomment-113254153 | ||
} | ||
} | ||
}; |
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
5899
102