linted 26.0.2 → 26.1.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/package.json +9 -4
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
|
-
"$template": "22.13.
|
2
|
+
"$template": "22.13.6",
|
3
3
|
"name": "linted",
|
4
|
-
"version": "26.0
|
4
|
+
"version": "26.1.0",
|
5
5
|
"description": "ESLint mono-plugin bundler with strict, opinionated defaults for (Stylistic) JavaScript, TypeScript, Svelte, HTML, Tailwind/CSS, JSON, JSONC, YAML, and Mocha.",
|
6
6
|
"repository": "github:jimmy-zhening-luo/linted",
|
7
7
|
"license": "MIT",
|
@@ -29,8 +29,8 @@
|
|
29
29
|
}
|
30
30
|
},
|
31
31
|
"dependencies": {
|
32
|
-
"@eslinted/core": "15.2.
|
33
|
-
"@eslinted/defaults": "5.0
|
32
|
+
"@eslinted/core": "15.2.13",
|
33
|
+
"@eslinted/defaults": "5.1.0",
|
34
34
|
"@html-eslint/eslint-plugin": "0.34.0",
|
35
35
|
"@html-eslint/parser": "0.34.0",
|
36
36
|
"@stylistic/eslint-plugin": "3.0.1",
|
@@ -100,6 +100,11 @@
|
|
100
100
|
"test": "",
|
101
101
|
"test:ts": "mocha",
|
102
102
|
"test:svelte": "",
|
103
|
+
"dev": "run-os",
|
104
|
+
"dev:default": "npm run dev+os:$npm_package_config_language",
|
105
|
+
"dev:windows": "npm run dev+os:%npm_package_config_language%",
|
106
|
+
"dev+os:ts": "npm start",
|
107
|
+
"dev+os:svelte": "vite dev",
|
103
108
|
"start": "run-os",
|
104
109
|
"start:default": "npm run start+os:$npm_package_config_language",
|
105
110
|
"start:windows": "npm run start+os:%npm_package_config_language%",
|