Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeyens committed Nov 15, 2024
1 parent 5230b03 commit 27774ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions templates/plate-playground-template/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ module.exports = {
'prettier/prettier': ['warn', { ...prettierConfig }],
'react/display-name': 'off',
'react/jsx-key': 'off',
'react/no-unescaped-entities': 'off',
'tailwindcss/classnames-order': 'warn',
'tailwindcss/no-custom-classname': 'off',
'unused-imports/no-unused-imports': 'warn',
Expand Down
1 change: 1 addition & 0 deletions templates/plate-template/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ module.exports = {
'prettier/prettier': ['warn', { ...prettierConfig }],
'react/display-name': 'off',
'react/jsx-key': 'off',
'react/no-unescaped-entities': 'off',
'tailwindcss/classnames-order': 'warn',
'tailwindcss/no-custom-classname': 'off',
'unused-imports/no-unused-imports': 'warn',
Expand Down

0 comments on commit 27774ed

Please sign in to comment.