@ofk/eslint-config 0.2.3 → 0.2.5
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/dist/index.js +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -934,7 +934,8 @@ var vitestStrict = mergeRules(_eslintplugin2.default.configs.recommended, {
|
|
|
934
934
|
// conflict with vitest/prefer-called-once
|
|
935
935
|
"vitest/prefer-called-with": "error",
|
|
936
936
|
"vitest/prefer-comparison-matcher": "error",
|
|
937
|
-
"vitest/prefer-describe-function-title": "
|
|
937
|
+
"vitest/prefer-describe-function-title": "off",
|
|
938
|
+
// conflict with vitest/valid-title
|
|
938
939
|
"vitest/prefer-each": "error",
|
|
939
940
|
"vitest/prefer-equality-matcher": "error",
|
|
940
941
|
"vitest/prefer-expect-assertions": "off",
|
package/dist/index.mjs
CHANGED
|
@@ -934,7 +934,8 @@ var vitestStrict = mergeRules(pluginVitest.configs.recommended, {
|
|
|
934
934
|
// conflict with vitest/prefer-called-once
|
|
935
935
|
"vitest/prefer-called-with": "error",
|
|
936
936
|
"vitest/prefer-comparison-matcher": "error",
|
|
937
|
-
"vitest/prefer-describe-function-title": "
|
|
937
|
+
"vitest/prefer-describe-function-title": "off",
|
|
938
|
+
// conflict with vitest/valid-title
|
|
938
939
|
"vitest/prefer-each": "error",
|
|
939
940
|
"vitest/prefer-equality-matcher": "error",
|
|
940
941
|
"vitest/prefer-expect-assertions": "off",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ofk/eslint-config",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "ofk (https://github.com/ofk/)",
|
|
@@ -109,31 +109,31 @@
|
|
|
109
109
|
},
|
|
110
110
|
"devDependencies": {
|
|
111
111
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
|
|
112
|
-
"@eslint/js": "^9.
|
|
112
|
+
"@eslint/js": "^9.33.0",
|
|
113
113
|
"@types/confusing-browser-globals": "^1.0.3",
|
|
114
114
|
"@types/eslint-config-prettier": "^6.11.3",
|
|
115
115
|
"@types/eslint-plugin-jsx-a11y": "^6.10.0",
|
|
116
116
|
"@vitest/eslint-plugin": "^1.3.4",
|
|
117
117
|
"confusing-browser-globals": "^1.0.11",
|
|
118
|
-
"eslint": "^9.
|
|
119
|
-
"eslint-config-prettier": "^10.1.
|
|
118
|
+
"eslint": "^9.33.0",
|
|
119
|
+
"eslint-config-prettier": "^10.1.8",
|
|
120
120
|
"eslint-plugin-import": "^2.32.0",
|
|
121
121
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
122
122
|
"eslint-plugin-perfectionist": "^4.15.0",
|
|
123
123
|
"eslint-plugin-react": "^7.37.5",
|
|
124
124
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
125
125
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
126
|
-
"eslint-plugin-unicorn": "^
|
|
126
|
+
"eslint-plugin-unicorn": "^60.0.0",
|
|
127
127
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
128
128
|
"globals": "^16.3.0",
|
|
129
129
|
"husky": "^9.1.7",
|
|
130
|
-
"lint-staged": "^16.1.
|
|
130
|
+
"lint-staged": "^16.1.5",
|
|
131
131
|
"npm-run-all": "^4.1.5",
|
|
132
132
|
"prettier": "^3.6.2",
|
|
133
133
|
"prettier-package-json": "^2.8.0",
|
|
134
134
|
"tsup": "^8.5.0",
|
|
135
|
-
"typescript": "^5.
|
|
136
|
-
"typescript-eslint": "^8.
|
|
135
|
+
"typescript": "^5.9.2",
|
|
136
|
+
"typescript-eslint": "^8.39.1",
|
|
137
137
|
"vitest": "^3.2.4"
|
|
138
138
|
},
|
|
139
139
|
"keywords": [],
|