Skip to content

Commit

Permalink
chore: add jsx-a11y eslint plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Skolaczk committed Oct 12, 2024
1 parent 01f0938 commit 0b6d98d
Show file tree
Hide file tree
Showing 3 changed files with 267 additions and 123 deletions.
4 changes: 3 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ module.exports = {
'plugin:prettier/recommended',
'plugin:@typescript-eslint/recommended',
'plugin:tailwindcss/recommended',
'plugin:jsx-a11y/recommended',
],
plugins: ['simple-import-sort', 'prettier', '@typescript-eslint'],
plugins: ['simple-import-sort', 'prettier', '@typescript-eslint', 'jsx-a11y'],
rules: {
'prettier/prettier': [
'error',
Expand All @@ -19,6 +20,7 @@ module.exports = {
'sort-imports': 'off',
'tailwindcss/no-custom-classname': 'off',
'@typescript-eslint/no-var-requires': 'off',
'@typescript-eslint/no-require-imports': 'off',
'simple-import-sort/imports': [
2,
{
Expand Down
Loading

0 comments on commit 0b6d98d

Please sign in to comment.