@ghettoddos/eslint-config 3.1.0 → 3.1.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/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1649,7 +1649,7 @@ async function tailwindcss(options = {}) {
|
|
|
1649
1649
|
"tailwindcss/no-unregistered-classes": "error",
|
|
1650
1650
|
...overrides
|
|
1651
1651
|
},
|
|
1652
|
-
settings: { tailwindcss: {
|
|
1652
|
+
settings: { "better-tailwindcss": {
|
|
1653
1653
|
entryPoint,
|
|
1654
1654
|
tsconfig: tsconfigPath
|
|
1655
1655
|
} }
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ghettoddos/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.1.
|
|
4
|
+
"version": "3.1.1",
|
|
5
5
|
"description": "ghettoDdOS ESLint config",
|
|
6
6
|
"author": "ghettoDdOS <pen.egor2002@gamil.com> (https://github.com/ghettoDdOS/)",
|
|
7
7
|
"license": "MIT",
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
"vitest": "^4.0.15",
|
|
164
164
|
"vue": "^3.5.25",
|
|
165
165
|
"vue-eslint-parser": "^10.2.0",
|
|
166
|
-
"@ghettoddos/eslint-config": "3.1.
|
|
166
|
+
"@ghettoddos/eslint-config": "3.1.1"
|
|
167
167
|
},
|
|
168
168
|
"resolutions": {
|
|
169
169
|
"eslint": "catalog:peer"
|