@reverecre/eslint-config
Advanced tools
Comparing version 1.4.0 to 1.5.0
@@ -6,3 +6,3 @@ module.exports = { | ||
}, | ||
plugins: ['@typescript-eslint'], | ||
plugins: ['@typescript-eslint', '@reverecre/fontawesome'], | ||
extends: [ | ||
@@ -15,2 +15,3 @@ 'eslint:recommended', | ||
rules: { | ||
'@reverecre/fontawesome/shakeable-imports': 'error', | ||
'@typescript-eslint/no-unused-vars': [ | ||
@@ -17,0 +18,0 @@ 'warn', |
{ | ||
"name": "@reverecre/eslint-config", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "Shared ESLint config for Revere TypeScript projects", | ||
@@ -31,3 +31,6 @@ "repository": { | ||
"prettier": "^2.6.2" | ||
}, | ||
"dependencies": { | ||
"@reverecre/eslint-plugin-fontawesome": "^1.1.0" | ||
} | ||
} |
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
3952
56
6
+ Added@reverecre/eslint-plugin-fontawesome@1.3.0(transitive)
+ Addedrequireindex@1.2.0(transitive)