@reverecre/eslint-config
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -6,3 +6,3 @@ module.exports = { | ||
}, | ||
plugins: ["@typescript-eslint", "@reverecre/relay"], | ||
plugins: ["@typescript-eslint"], | ||
extends: [ | ||
@@ -9,0 +9,0 @@ "eslint:recommended", |
{ | ||
"name": "@reverecre/eslint-config", | ||
"private": false, | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Shared ESLint config for Revere TypeScript projects", | ||
@@ -12,3 +11,10 @@ "repository": { | ||
"license": "MIT", | ||
"homepage": "https://github.com/RevereCRE/eslint-config#readme" | ||
"homepage": "https://github.com/RevereCRE/eslint-config#readme", | ||
"peerDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^4.18.0", | ||
"@typescript-eslint/parser": "^4.18.0", | ||
"eslint": "^7.22.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-react-hooks": "^4.2.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
1874
5