Skip to content

Commit

Permalink
Disable jsx-a11y/anchor-is-valid because it doesn't plan will with Bl…
Browse files Browse the repository at this point in the history
…itz/Next links

(patch)
  • Loading branch information
flybayer committed Apr 24, 2020
1 parent 2dfa865 commit 73f6be0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/store/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ module.exports = {
rules: {
'import/no-webpack-loader-syntax': 'off',
'react/react-in-jsx-scope': 'off', // React is always in scope with Blitz
'jsx-a11y/anchor-is-valid': 'off', //Doesn't play well with Blitz/Next <Link> usage
},
}
1 change: 1 addition & 0 deletions packages/cli/templates/app/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ module.exports = {
rules: {
'import/no-webpack-loader-syntax': 'off',
'react/react-in-jsx-scope': 'off', // React is always in scope with Blitz
'jsx-a11y/anchor-is-valid': 'off', //Doesn't play well with Blitz/Next <Link> usage
},
}

0 comments on commit 73f6be0

Please sign in to comment.