@favorodera/eslint-config 0.1.0 → 0.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.mjs +2 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -932,7 +932,7 @@ async function tailwind(options) {
|
|
|
932
932
|
return [{
|
|
933
933
|
name: "favorodera/tailwind/setup",
|
|
934
934
|
plugins: { tailwind: tailwindPlugin },
|
|
935
|
-
settings: {
|
|
935
|
+
settings: { "better-tailwindcss": resolved.settings }
|
|
936
936
|
}, {
|
|
937
937
|
files: resolved.files,
|
|
938
938
|
name: "favorodera/tailwind/rules",
|
|
@@ -1107,8 +1107,8 @@ async function unicorn(options) {
|
|
|
1107
1107
|
rules: {
|
|
1108
1108
|
...baseRules,
|
|
1109
1109
|
"unicorn/filename-case": "off",
|
|
1110
|
-
"unicorn/prevent-abbreviations": "off",
|
|
1111
1110
|
"unicorn/no-process-exit": "off",
|
|
1111
|
+
"unicorn/prevent-abbreviations": "off",
|
|
1112
1112
|
...resolved.overrides
|
|
1113
1113
|
}
|
|
1114
1114
|
}];
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@favorodera/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.1",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "Opinionated, type-safe flat ESLint configuration factory for Vue, TypeScript, Tailwind, and more.",
|
|
7
7
|
"author": "Favour Emeka <favorodera@gmail.com>",
|