@ocavue/eslint-config 3.1.2 → 3.3.0
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/README.md +2 -0
- package/dist/react.js +1 -1
- package/package.json +19 -19
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# @ocavue/eslint-config
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@ocavue/eslint-config)
|
|
4
|
+
|
|
3
5
|
A set of ESLint shareable configs for TypeScript projects.
|
|
4
6
|
|
|
5
7
|
- Out of the box support for TypeScript, React, and Markdown
|
package/dist/react.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import reactPlugin from 'eslint-plugin-react';
|
|
2
|
-
import reactCompiler from
|
|
2
|
+
import reactCompiler from 'eslint-plugin-react-compiler';
|
|
3
3
|
import reactHooksPlugin from 'eslint-plugin-react-hooks';
|
|
4
4
|
import { resolveReactOptions } from './options.js';
|
|
5
5
|
export function react(options) {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ocavue/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.3.0",
|
|
5
5
|
"description": "",
|
|
6
6
|
"author": "ocavue <ocavue@gmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -28,34 +28,34 @@
|
|
|
28
28
|
"dist"
|
|
29
29
|
],
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@eslint/js": "^9.
|
|
32
|
-
"@eslint/markdown": "^
|
|
33
|
-
"@unocss/eslint-config": "^66.
|
|
31
|
+
"@eslint/js": "^9.31.0",
|
|
32
|
+
"@eslint/markdown": "^7.1.0",
|
|
33
|
+
"@unocss/eslint-config": "^66.3.3",
|
|
34
34
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
35
|
-
"eslint-config-prettier": "^10.1.
|
|
36
|
-
"eslint-import-resolver-typescript": "^4.4.
|
|
35
|
+
"eslint-config-prettier": "^10.1.8",
|
|
36
|
+
"eslint-import-resolver-typescript": "^4.4.4",
|
|
37
37
|
"eslint-plugin-antfu": "^3.1.1",
|
|
38
|
-
"eslint-plugin-command": "^3.
|
|
39
|
-
"eslint-plugin-import-x": "^4.
|
|
38
|
+
"eslint-plugin-command": "^3.3.1",
|
|
39
|
+
"eslint-plugin-import-x": "^4.16.1",
|
|
40
40
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
41
|
-
"eslint-plugin-package-json": "^0.
|
|
41
|
+
"eslint-plugin-package-json": "^0.48.0",
|
|
42
42
|
"eslint-plugin-react": "^7.37.5",
|
|
43
43
|
"eslint-plugin-react-compiler": "19.1.0-rc.2",
|
|
44
44
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
45
|
-
"eslint-plugin-unicorn": "^
|
|
46
|
-
"eslint-plugin-vue": "^10.
|
|
47
|
-
"globals": "^16.
|
|
48
|
-
"typescript-eslint": "^8.
|
|
49
|
-
"vue-eslint-parser": "^10.
|
|
45
|
+
"eslint-plugin-unicorn": "^60.0.0",
|
|
46
|
+
"eslint-plugin-vue": "^10.4.0",
|
|
47
|
+
"globals": "^16.3.0",
|
|
48
|
+
"typescript-eslint": "^8.38.0",
|
|
49
|
+
"vue-eslint-parser": "^10.2.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@ocavue/tsconfig": "^0.3.7",
|
|
53
53
|
"@types/node": "^20.17.9",
|
|
54
|
-
"@typescript-eslint/utils": "^8.
|
|
55
|
-
"eslint": "^9.
|
|
56
|
-
"jiti": "^2.
|
|
57
|
-
"pkg-pr-new": "^0.0.
|
|
58
|
-
"prettier": "^3.
|
|
54
|
+
"@typescript-eslint/utils": "^8.38.0",
|
|
55
|
+
"eslint": "^9.31.0",
|
|
56
|
+
"jiti": "^2.5.1",
|
|
57
|
+
"pkg-pr-new": "^0.0.54",
|
|
58
|
+
"prettier": "^3.6.2",
|
|
59
59
|
"typescript": "^5.8.3"
|
|
60
60
|
},
|
|
61
61
|
"renovate": {
|