@brickflow/lint 0.0.28 → 0.0.29

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/shared.js +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brickflow/lint",
3
- "version": "0.0.28",
3
+ "version": "0.0.29",
4
4
  "type": "module",
5
5
  "description": "Shared ESLint configs for brickflow workspaces.",
6
6
  "files": [
package/shared.js CHANGED
@@ -181,7 +181,7 @@ const baseRules = {
181
181
  'promise/valid-params': 'error',
182
182
  'require-await': warn,
183
183
  'tailwindcss/no-arbitrary-value': warn,
184
- 'tailwindcss/no-custom-classname': [warn, { whitelist: ['global-.*'] }],
184
+ 'tailwindcss/no-custom-classname': [warn, { whitelist: ['global.*'] }],
185
185
  'unicorn/name-replacements': 'off',
186
186
  yoda: 'error',
187
187
  }
@@ -299,7 +299,7 @@ const defaultTailwindcssFunctions = [
299
299
  'defineBrickflowUiConfig',
300
300
  ]
301
301
 
302
- const defaultTailwindcssIgnoredKeys = ['defaultVariants', 'compoundVariants', 'compoundSlots']
302
+ const defaultTailwindcssIgnoredKeys = ['defaultVariants', 'compoundVariants', 'compoundSlots', 'uiConfig']
303
303
 
304
304
  export function createLintConfig(options = {}) {
305
305
  const {