@useinsider/eslint-config 1.10.0-beta.5 → 1.10.0-beta.6
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 +1 -1
- package/package.json +6 -5
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@useinsider/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.10.0-beta.
|
|
4
|
+
"version": "1.10.0-beta.6",
|
|
5
5
|
"description": "A collection of ESLint configurations provided by @useinsider, offering support for various environments including Vanilla JS, TypeScript, and framework-specific setups such as Vue 3.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"useinsider",
|
|
@@ -24,12 +24,13 @@
|
|
|
24
24
|
"build": "vite build",
|
|
25
25
|
"watch": "vite build --mode development --watch",
|
|
26
26
|
"emit-types": "tsc --declaration -p tsconfig.lib.json",
|
|
27
|
+
"lint": "pnpm check-types && pnpm lint:es",
|
|
27
28
|
"check-types": "pnpm check-types:lib && pnpm check-types:node && pnpm check-types:test",
|
|
28
29
|
"check-types:lib": "tsc --noEmit -p tsconfig.lib.json",
|
|
29
30
|
"check-types:node": "tsc --noEmit -p tsconfig.node.json",
|
|
30
31
|
"check-types:test": "tsc --noEmit -p tsconfig.test.json",
|
|
31
|
-
"lint": "eslint .",
|
|
32
|
-
"lint:fix": "pnpm lint --fix",
|
|
32
|
+
"lint:es": "eslint .",
|
|
33
|
+
"lint:es-fix": "pnpm lint:es --fix",
|
|
33
34
|
"test": "vitest",
|
|
34
35
|
"test:ci": "pnpm test",
|
|
35
36
|
"release": "semantic-release -e semantic-release-monorepo"
|
|
@@ -73,7 +74,7 @@
|
|
|
73
74
|
"eslint-config-airbnb-extended": "2.1.0",
|
|
74
75
|
"eslint-import-resolver-typescript": "4.4.3",
|
|
75
76
|
"eslint-plugin-import-x": "4.15.2",
|
|
76
|
-
"eslint-plugin-jsdoc": "51.
|
|
77
|
+
"eslint-plugin-jsdoc": "51.2.1",
|
|
77
78
|
"globals": "16.2.0",
|
|
78
79
|
"ts-deepmerge": "7.0.2",
|
|
79
80
|
"typescript": "5.8.3",
|
|
@@ -94,7 +95,7 @@
|
|
|
94
95
|
"fs-extra": "11.3.0",
|
|
95
96
|
"rollup-plugin-typescript-paths": "1.5.0",
|
|
96
97
|
"rollup-plugin-visualizer": "6.0.3",
|
|
97
|
-
"semantic-release": "24.2.
|
|
98
|
+
"semantic-release": "24.2.5",
|
|
98
99
|
"semantic-release-monorepo": "8.0.2",
|
|
99
100
|
"tslib": "2.8.1",
|
|
100
101
|
"vite": "6.3.5",
|