@infernodesign/eslint-config 1.5.0 → 1.5.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/dist/cli.js +2 -2
- package/dist/index.d.ts +1 -0
- package/dist/index.js +3 -2
- package/package.json +3 -3
package/dist/cli.js
CHANGED
|
@@ -9,7 +9,7 @@ import parse from "parse-gitignore";
|
|
|
9
9
|
import { execSync } from "node:child_process";
|
|
10
10
|
|
|
11
11
|
//#region package.json
|
|
12
|
-
var version = "1.5.
|
|
12
|
+
var version = "1.5.1";
|
|
13
13
|
|
|
14
14
|
//#endregion
|
|
15
15
|
//#region src/cli/constants.ts
|
|
@@ -172,7 +172,7 @@ async function updateEslintFiles(result) {
|
|
|
172
172
|
//#endregion
|
|
173
173
|
//#region src/cli/constants-generated.ts
|
|
174
174
|
const versionsMap = {
|
|
175
|
-
"@eslint-react/eslint-plugin": "^2.2.
|
|
175
|
+
"@eslint-react/eslint-plugin": "^2.2.3",
|
|
176
176
|
"@next/eslint-plugin-next": "^15.5.6",
|
|
177
177
|
"@unocss/eslint-plugin": "^66.5.4",
|
|
178
178
|
"astro-eslint-parser": "^1.2.2",
|
package/dist/index.d.ts
CHANGED
|
@@ -18150,6 +18150,7 @@ declare const defaultPluginRenaming: {
|
|
|
18150
18150
|
'@next/next': string;
|
|
18151
18151
|
'@stylistic': string;
|
|
18152
18152
|
'@typescript-eslint': string;
|
|
18153
|
+
'better-tailwindcss': string;
|
|
18153
18154
|
'import-lite': string;
|
|
18154
18155
|
n: string;
|
|
18155
18156
|
vitest: string;
|
package/dist/index.js
CHANGED
|
@@ -1859,7 +1859,7 @@ async function tailwindcss(options = {}) {
|
|
|
1859
1859
|
} : {}
|
|
1860
1860
|
}
|
|
1861
1861
|
},
|
|
1862
|
-
name: "
|
|
1862
|
+
name: "inferno/tailwindcss/setup",
|
|
1863
1863
|
plugins: { "tailwindcss": pluginTailwindCSS },
|
|
1864
1864
|
settings: { tailwindcss: {
|
|
1865
1865
|
entryPoint: options.settings?.tailwindcss?.entryPoint || "src/styles/globals.css",
|
|
@@ -1867,7 +1867,7 @@ async function tailwindcss(options = {}) {
|
|
|
1867
1867
|
} }
|
|
1868
1868
|
}, {
|
|
1869
1869
|
files,
|
|
1870
|
-
name: "
|
|
1870
|
+
name: "inferno/tailwindcss/rules",
|
|
1871
1871
|
rules: {
|
|
1872
1872
|
...pluginTailwindCSS.configs["recommended-error"]?.rules,
|
|
1873
1873
|
"tailwindcss/enforce-consistent-line-wrapping": "off",
|
|
@@ -2450,6 +2450,7 @@ const defaultPluginRenaming = {
|
|
|
2450
2450
|
"@next/next": "next",
|
|
2451
2451
|
"@stylistic": "style",
|
|
2452
2452
|
"@typescript-eslint": "ts",
|
|
2453
|
+
"better-tailwindcss": "tailwindcss",
|
|
2453
2454
|
"import-lite": "import",
|
|
2454
2455
|
"n": "node",
|
|
2455
2456
|
"vitest": "test",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infernodesign/eslint-config",
|
|
3
3
|
"description": "ESLint config for Inferno Design.",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.1",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "Inferno Design <support@infernodesign.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"yaml-eslint-parser": "^1.3.0"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@eslint-react/eslint-plugin": "^2.2.
|
|
77
|
+
"@eslint-react/eslint-plugin": "^2.2.3",
|
|
78
78
|
"@eslint/config-inspector": "^1.3.0",
|
|
79
79
|
"@next/eslint-plugin-next": "^15.5.6",
|
|
80
80
|
"@prettier/plugin-xml": "^3.4.2",
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"@infernodesign/typescript-config": "1.2.0"
|
|
112
112
|
},
|
|
113
113
|
"peerDependencies": {
|
|
114
|
-
"@eslint-react/eslint-plugin": "^2.2.
|
|
114
|
+
"@eslint-react/eslint-plugin": "^2.2.3",
|
|
115
115
|
"@next/eslint-plugin-next": "^15.5.6",
|
|
116
116
|
"@prettier/plugin-xml": "^3.4.2",
|
|
117
117
|
"@unocss/eslint-plugin": "^66.5.4",
|