@icebreakers/eslint-config 1.6.3 → 1.6.5

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 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"],
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@icebreakers/eslint-config",
3
3
  "type": "module",
4
- "version": "1.6.3",
4
+ "version": "1.6.5",
5
5
  "description": "ESLint preset from Icebreaker's dev-configs",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",
@@ -41,11 +41,11 @@
41
41
  "dist"
42
42
  ],
43
43
  "dependencies": {
44
- "@antfu/eslint-config": "6.4.2",
44
+ "@antfu/eslint-config": "6.5.1",
45
45
  "@eslint-react/eslint-plugin": "^2.3.12",
46
46
  "@next/eslint-plugin-next": "^16.0.7",
47
47
  "@tanstack/eslint-plugin-query": "^5.91.2",
48
- "eslint-plugin-better-tailwindcss": "^3.7.11",
48
+ "eslint-plugin-better-tailwindcss": "^3.8.0",
49
49
  "eslint-plugin-format": "1.1.0",
50
50
  "eslint-plugin-jsx-a11y": "^6.10.2",
51
51
  "eslint-plugin-react-hooks": "^7.0.1",