@ariel-salgado/eslint-config 0.1.9 → 0.1.10
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/index.js +1 -1
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -1404,7 +1404,7 @@ async function typescript(options = {}) {
|
|
|
1404
1404
|
//#endregion
|
|
1405
1405
|
//#region src/configs/tailwindcss.ts
|
|
1406
1406
|
async function tailwindcss(options = {}) {
|
|
1407
|
-
const { files = [
|
|
1407
|
+
const { files = [GLOB_SVELTE], overrides = {}, entryPoint = "src/app.css", printWidth = 100, stylistic: stylistic$1 = true } = options;
|
|
1408
1408
|
const { indent = "tab" } = typeof stylistic$1 === "boolean" ? {} : stylistic$1;
|
|
1409
1409
|
await ensure_packages(["eslint-plugin-better-tailwindcss"]);
|
|
1410
1410
|
const plugin_tailwindcss = await interop_default(import("eslint-plugin-better-tailwindcss"));
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ariel-salgado/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.10",
|
|
5
5
|
"description": "ESLint config for @ariel-salgado.",
|
|
6
6
|
"author": "Ariel Salgado <ariel.salgado.acevedo@gmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@antfu/install-pkg": "^1.1.0",
|
|
45
45
|
"@clack/prompts": "^0.11.0",
|
|
46
46
|
"@eslint-community/eslint-plugin-eslint-comments": "^4.5.0",
|
|
47
|
-
"@eslint/markdown": "^7.
|
|
47
|
+
"@eslint/markdown": "^7.5.0",
|
|
48
48
|
"@stylistic/eslint-plugin": "^5.5.0",
|
|
49
49
|
"@typescript-eslint/eslint-plugin": "^8.46.2",
|
|
50
50
|
"@typescript-eslint/parser": "^8.46.2",
|
|
@@ -74,15 +74,15 @@
|
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
76
|
"@types/node": "^24.9.1",
|
|
77
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
77
|
+
"@typescript/native-preview": "7.0.0-dev.20251022.1",
|
|
78
78
|
"bumpp": "^10.3.1",
|
|
79
79
|
"eslint": "^9.38.0",
|
|
80
80
|
"eslint-plugin-better-tailwindcss": "^3.7.10",
|
|
81
81
|
"eslint-plugin-svelte": "^3.12.5",
|
|
82
82
|
"eslint-typegen": "^2.3.0",
|
|
83
|
-
"lint-staged": "^16.2.
|
|
83
|
+
"lint-staged": "^16.2.6",
|
|
84
84
|
"simple-git-hooks": "^2.13.1",
|
|
85
|
-
"svelte": "^5.41.
|
|
85
|
+
"svelte": "^5.41.2",
|
|
86
86
|
"svelte-eslint-parser": "^1.4.0",
|
|
87
87
|
"tailwindcss": "^4.1.15",
|
|
88
88
|
"tsdown": "^0.15.9",
|