eslint-config-trails
Advanced tools
Comparing version 2.0.2 to 2.0.3
{ | ||
"name": "eslint-config-trails", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "Trails.js eslint config", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -20,3 +20,3 @@ module.exports = { | ||
// disallow dangling underscores in identifiers | ||
'no-underscore-dangle': [2, { 'allowAfterThis': true, 'allow': [ '__' ] }], | ||
'no-underscore-dangle': [2, { 'allowAfterThis': true, 'allow': [ '__', '_trails' ] }], | ||
// disallow declaration of variables that are not used in the code | ||
@@ -23,0 +23,0 @@ 'no-unused-vars': [2, {'vars': 'local', 'args': 'none'}], |
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
10391