eslint-config-trails
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -12,2 +12,3 @@ module.exports = { | ||
globals: { | ||
// error types | ||
ConfigNotDefinedError: true, | ||
@@ -20,4 +21,10 @@ LoggerNotDefinedError: true, | ||
TimeoutError: true, | ||
GraphCompletenessError: true | ||
GraphCompletenessError: true, | ||
// trails types | ||
Service: true, | ||
Controller: true, | ||
Policy: true, | ||
Model: true | ||
} | ||
}; |
{ | ||
"name": "eslint-config-trails", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Trails.js eslint config", | ||
@@ -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
10346
171