linted 28.17.0 → 28.17.1
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/.gitattributes +10 -0
- package/package.json +3 -3
package/.gitattributes
ADDED
package/package.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
"$schema": "https://json.schemastore.org/package",
|
4
4
|
"$help": "https://docs.npmjs.com/cli/configuring-npm/package-json",
|
5
5
|
"name": "linted",
|
6
|
-
"version": "28.17.
|
6
|
+
"version": "28.17.1",
|
7
7
|
"description": "ESLint mono-plugin bundler with strict, opinionated defaults for (Stylistic) JavaScript, TypeScript, Svelte, HTML, Tailwind/CSS, JSON, JSONC, YAML, and Mocha.",
|
8
8
|
"repository": "github:jimmy-zhening-luo/linted",
|
9
9
|
"license": "MIT",
|
@@ -32,8 +32,8 @@
|
|
32
32
|
},
|
33
33
|
"dependencies": {
|
34
34
|
"@eslint/css": "0.6.0",
|
35
|
-
"@eslinted/core": "18.
|
36
|
-
"@eslinted/defaults": "10.
|
35
|
+
"@eslinted/core": "18.3.0",
|
36
|
+
"@eslinted/defaults": "10.3.0",
|
37
37
|
"@html-eslint/eslint-plugin": "0.37.0",
|
38
38
|
"@html-eslint/parser": "0.37.0",
|
39
39
|
"@stylistic/eslint-plugin": "4.2.0",
|