Skip to content

Commit

Permalink
fix: lint with latest rules
Browse files Browse the repository at this point in the history
  • Loading branch information
belgattitude committed Oct 20, 2024
1 parent a5aecd9 commit bd35b6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/nextjs-app/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ module.exports = {
// For the sake of example
// https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md
'jsx-a11y/anchor-is-valid': 'off',
'sonarjs/anchor-is-valid': 'off',
'jsx-a11y/label-has-associated-control': 'off',
},
overrides: [
Expand Down

0 comments on commit bd35b6e

Please sign in to comment.