@ariesclark/eslint-config
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -12,2 +12,3 @@ "use strict"; | ||
"import/no-anonymous-default-export": "off", | ||
"import/no-named-as-default": "off", | ||
"import/no-unresolved": "off", | ||
@@ -14,0 +15,0 @@ "import/order": [ |
@@ -12,3 +12,2 @@ "use strict"; | ||
yoda: ["warn"], | ||
"no-mixed-operators": ["error"], | ||
"no-sparse-arrays": ["error"], | ||
@@ -15,0 +14,0 @@ "no-eval": ["error"], |
{ | ||
"name": "@ariesclark/eslint-config", | ||
"private": false, | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "A personal eslint configuration", | ||
@@ -23,23 +23,23 @@ "keywords": [ | ||
"dependencies": { | ||
"@rushstack/eslint-patch": "^1.1.3", | ||
"@typescript-eslint/eslint-plugin": "^5.25.0", | ||
"@typescript-eslint/parser": "^5.25.0", | ||
"eslint": "^8.16.0", | ||
"@rushstack/eslint-patch": "^1.2.0", | ||
"@typescript-eslint/eslint-plugin": "^5.41.0", | ||
"@typescript-eslint/parser": "^5.41.0", | ||
"eslint": "^8.26.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-import-resolver-typescript": "^2.7.1", | ||
"eslint-import-resolver-typescript": "^3.5.2", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"eslint-plugin-promise": "^6.0.0", | ||
"eslint-plugin-react": "^7.30.0", | ||
"eslint-plugin-react-hooks": "^4.5.0", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-promise": "^6.1.1", | ||
"eslint-plugin-react": "^7.31.10", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"eslint-plugin-sort-keys": "^2.3.5", | ||
"eslint-plugin-tailwindcss": "^3.5.0", | ||
"prettier": "^2.6.2" | ||
"eslint-plugin-tailwindcss": "^3.6.2", | ||
"prettier": "^2.7.1" | ||
}, | ||
"devDependencies": { | ||
"@types/eslint": "^8.4.2", | ||
"@types/node": "^17.0.35", | ||
"@types/eslint": "^8.4.8", | ||
"@types/node": "^18.11.7", | ||
"eslint-index": "^1.5.0", | ||
"typescript": "^4.6.4" | ||
"typescript": "^4.8.4" | ||
} | ||
} |
@@ -20,5 +20,10 @@ ![GitHub image](https://raphtalia.ariesclark.com/github/ariesclark/eslint-config/banner?) | ||
module.exports = { | ||
root: true, | ||
extends: ["@ariesclark/eslint-config"], | ||
root: true, | ||
extends: ["@ariesclark/eslint-config"], | ||
parserOptions: { | ||
project: "tsconfig.json", | ||
tsconfigRootDir: __dirname, | ||
sourceType: "module" | ||
}, | ||
}; | ||
``` |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
11406
28
0
+ Added@nolyfill/is-core-module@1.0.39(transitive)
+ Addedenhanced-resolve@5.18.0(transitive)
+ Addedeslint-import-resolver-typescript@3.7.0(transitive)
+ Addedget-tsconfig@4.8.1(transitive)
+ Addedgraceful-fs@4.2.11(transitive)
+ Addedis-bun-module@1.3.0(transitive)
+ Addedresolve-pkg-maps@1.0.0(transitive)
+ Addedstable-hash@0.0.4(transitive)
+ Addedtapable@2.2.1(transitive)
- Removedeslint-import-resolver-typescript@2.7.1(transitive)
Updatedeslint@^8.26.0
Updatedeslint-plugin-promise@^6.1.1
Updatedeslint-plugin-react@^7.31.10
Updatedprettier@^2.7.1