eslint-config-heck 10.2.1 → 10.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/nodeWithBiome.js +1 -6
- package/package.json +5 -4
package/nodeWithBiome.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import stylistic from "@stylistic/eslint-plugin";
|
|
2
2
|
import typescriptEslint from "@typescript-eslint/eslint-plugin";
|
|
3
3
|
import tsParser from "@typescript-eslint/parser";
|
|
4
|
-
import importPlugin
|
|
4
|
+
import importPlugin from "eslint-plugin-import-x";
|
|
5
5
|
import jest from "eslint-plugin-jest";
|
|
6
6
|
import react from "eslint-plugin-react";
|
|
7
7
|
import testingLibrary from "eslint-plugin-testing-library";
|
|
@@ -720,11 +720,6 @@ export default [
|
|
|
720
720
|
},
|
|
721
721
|
{
|
|
722
722
|
files: ["**/*.ts", "**/*.tsx"],
|
|
723
|
-
...flatConfigs.typescript,
|
|
724
|
-
settings: {
|
|
725
|
-
...flatConfigs.typescript.settings,
|
|
726
|
-
"import-x/resolver-next": [createNodeResolver()],
|
|
727
|
-
},
|
|
728
723
|
},
|
|
729
724
|
{
|
|
730
725
|
files: ["**/*.ts", "**/*.tsx"],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-config-heck",
|
|
3
|
-
"version": "10.2.
|
|
3
|
+
"version": "10.2.2",
|
|
4
4
|
"description": "Contains an ESLint configuration for ES2015+, TypeScript, and React.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
@@ -28,9 +28,10 @@
|
|
|
28
28
|
"license": "MIT",
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@stylistic/eslint-plugin": "5.10.0",
|
|
31
|
-
"@typescript-eslint/eslint-plugin": "8.59.
|
|
32
|
-
"@typescript-eslint/parser": "8.59.
|
|
31
|
+
"@typescript-eslint/eslint-plugin": "8.59.4",
|
|
32
|
+
"@typescript-eslint/parser": "8.59.4",
|
|
33
33
|
"eslint": "9.39.4",
|
|
34
|
+
"eslint-import-resolver-typescript": "4.4.4",
|
|
34
35
|
"eslint-plugin-import-x": "4.16.2",
|
|
35
36
|
"eslint-plugin-jest": "29.15.2",
|
|
36
37
|
"eslint-plugin-react": "7.37.5",
|
|
@@ -44,7 +45,7 @@
|
|
|
44
45
|
"@testing-library/dom": "10.4.1",
|
|
45
46
|
"@testing-library/react": "16.3.2",
|
|
46
47
|
"@types/jest": "30.0.0",
|
|
47
|
-
"@types/react": "19.2.
|
|
48
|
+
"@types/react": "19.2.15",
|
|
48
49
|
"globals": "17.6.0",
|
|
49
50
|
"jest": "30.4.2",
|
|
50
51
|
"react": "19.2.6",
|