eslint-config-brightspace
Advanced tools
Comparing version 0.6.6 to 0.6.7
module.exports = { | ||
"extends": "./lit-config.js", | ||
"env": { | ||
"mocha": true | ||
} | ||
"extends": "./lit-config.js", | ||
"env": { | ||
"mocha": true, | ||
"node": true | ||
}, | ||
"rules": { | ||
"no-invalid-this": 0 | ||
} | ||
}; |
{ | ||
"name": "eslint-config-brightspace", | ||
"version": "0.6.6", | ||
"version": "0.6.7", | ||
"description": "Common Brightspace eslint configs.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
20604
242