forked from import-js/eslint-plugin-import
-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore!: bump node requirement, enable more lint rules (#54)
- Loading branch information
Showing
94 changed files
with
1,517 additions
and
1,567 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"eslint-plugin-import-x": minor | ||
--- | ||
|
||
chore!: bump node requirement (>=16), enable more lint rules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
{ | ||
"node": "18", | ||
"installCommand": "codesandbox:install", | ||
"sandboxes": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ | |
"name": "eslint-plugin-import-x", | ||
"version": "0.3.1", | ||
"description": "Import with sanity.", | ||
"repository": "git+https://github.com/un-es/eslint-plugin-import-x", | ||
"repository": "git+https://github.com/un-ts/eslint-plugin-import-x", | ||
"author": "JounQin <[email protected]> (https://www.1stG.me)", | ||
"license": "MIT", | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
"node": ">=12" | ||
"node": ">=16" | ||
}, | ||
"main": "lib/index.js", | ||
"exports": { | ||
|
@@ -32,6 +32,7 @@ | |
"scripts": { | ||
"build": "tsc -p src", | ||
"clean": "rimraf lib", | ||
"codesandbox:install": "yarn --ignore-engines", | ||
"lint": "run-p lint:*", | ||
"lint:docs": "yarn update:eslint-docs --check", | ||
"lint:es": "eslint . --cache", | ||
|
@@ -59,7 +60,7 @@ | |
"devDependencies": { | ||
"@1stg/prettier-config": "^4.0.1", | ||
"@1stg/tsconfig": "^2.3.3", | ||
"@angular-eslint/template-parser": "^17.2.1", | ||
"@angular-eslint/template-parser": "^17.3.0", | ||
"@babel/core": "^7.24.0", | ||
"@babel/eslint-parser": "^7.23.10", | ||
"@babel/plugin-proposal-decorators": "^7.24.0", | ||
|
@@ -80,7 +81,7 @@ | |
"@types/is-glob": "^4.0.4", | ||
"@types/jest": "^29.5.12", | ||
"@types/json-schema": "^7.0.15", | ||
"@types/node": "^20.11.26", | ||
"@types/node": "^20.11.28", | ||
"@typescript-eslint/eslint-plugin": "^5.62.0", | ||
"@typescript-eslint/parser": "^5.62.0", | ||
"@typescript-eslint/typescript-estree": "^5.62.0", | ||
|
@@ -94,11 +95,13 @@ | |
"eslint-import-resolver-typescript": "^3.6.1", | ||
"eslint-import-resolver-webpack": "^0.13.8", | ||
"eslint-import-test-order-redirect": "link:./test/fixtures/order-redirect", | ||
"eslint-plugin-eslint-plugin": "^2.3.0", | ||
"eslint-plugin-eslint-plugin": "^5.4.0", | ||
"eslint-plugin-import-x": "link:.", | ||
"eslint-plugin-jest": "^27.9.0", | ||
"eslint-plugin-json": "^3.1.0", | ||
"eslint-plugin-n": "^16.6.2", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"eslint-plugin-unicorn": "^51.0.1", | ||
"jest": "^29.7.0", | ||
"npm-run-all2": "^6.1.2", | ||
"prettier": "^3.2.5", | ||
|
Oops, something went wrong.