@icebreakers/eslint-config 1.6.3 → 1.6.4
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.cjs +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -207,8 +207,7 @@ function resolveTailwindPresets(option) {
|
|
|
207
207
|
).then((eslintPluginBetterTailwindcss) => {
|
|
208
208
|
const betterTailwindcssRules = {
|
|
209
209
|
...eslintPluginBetterTailwindcss.configs["recommended-warn"].rules,
|
|
210
|
-
...eslintPluginBetterTailwindcss.configs["recommended-error"].rules
|
|
211
|
-
"better-tailwindcss/no-unregistered-classes": "off"
|
|
210
|
+
...eslintPluginBetterTailwindcss.configs["recommended-error"].rules
|
|
212
211
|
};
|
|
213
212
|
return {
|
|
214
213
|
name: "icebreaker/better-tailwindcss",
|
|
@@ -386,6 +385,7 @@ function isObject(o) {
|
|
|
386
385
|
// src/options.ts
|
|
387
386
|
var BASE_DEFAULTS = {
|
|
388
387
|
formatters: true,
|
|
388
|
+
pnpm: false,
|
|
389
389
|
javascript: {
|
|
390
390
|
overrides: {
|
|
391
391
|
"curly": ["error", "all"],
|
package/dist/index.js
CHANGED
|
@@ -183,8 +183,7 @@ function resolveTailwindPresets(option) {
|
|
|
183
183
|
).then((eslintPluginBetterTailwindcss) => {
|
|
184
184
|
const betterTailwindcssRules = {
|
|
185
185
|
...eslintPluginBetterTailwindcss.configs["recommended-warn"].rules,
|
|
186
|
-
...eslintPluginBetterTailwindcss.configs["recommended-error"].rules
|
|
187
|
-
"better-tailwindcss/no-unregistered-classes": "off"
|
|
186
|
+
...eslintPluginBetterTailwindcss.configs["recommended-error"].rules
|
|
188
187
|
};
|
|
189
188
|
return {
|
|
190
189
|
name: "icebreaker/better-tailwindcss",
|
|
@@ -362,6 +361,7 @@ function isObject(o) {
|
|
|
362
361
|
// src/options.ts
|
|
363
362
|
var BASE_DEFAULTS = {
|
|
364
363
|
formatters: true,
|
|
364
|
+
pnpm: false,
|
|
365
365
|
javascript: {
|
|
366
366
|
overrides: {
|
|
367
367
|
"curly": ["error", "all"],
|