@pocket-tools/eslint-config
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -8,2 +8,5 @@ module.exports = { | ||
], | ||
// by default, eslint ignores directories beginning with a . | ||
// the below tells eslint *not* to ignore the .aws directory | ||
ignorePatterns: ['!/.aws'], | ||
plugins: [], | ||
@@ -51,2 +54,2 @@ rules: { | ||
}, | ||
}; | ||
}; |
{ | ||
"name": "@pocket-tools/eslint-config", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "ESLint Config used across Pocket", | ||
@@ -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
24818
55