Skip to content

Commit

Permalink
Merge pull request #2593 from udecode/fix/ui-link
Browse files Browse the repository at this point in the history
UI #4.1
  • Loading branch information
zbeyens committed Sep 2, 2023
1 parent 4176bc4 commit c9267a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ module.exports = {
'@next/next/no-html-link-for-pages': 'off',
'prettier/prettier': ['warn', prettierConfig],
'react/jsx-key': 'off',
'tailwindcss/classnames-order': 'off',
'tailwindcss/no-custom-classname': 'off',
'tailwindcss/classnames-order': 'warn',
'tailwindcss/no-custom-classname': 'error',
'unused-imports/no-unused-imports': 'warn',
'unused-imports/no-unused-vars': [
'warn',
Expand Down

0 comments on commit c9267a8

Please sign in to comment.