Skip to content

Commit

Permalink
Put ESLint Prettier config last in config
Browse files Browse the repository at this point in the history
This way the Prettier config can disable all conflicting rules.

Signed-off-by: Michael Weimann <[email protected]>
  • Loading branch information
weeman1337 committed Feb 8, 2024
1 parent b2b9db5 commit 16a4d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ module.exports = {
'react-app',
'react-app/jest',
'plugin:promise/recommended',
'prettier',
'eslint:recommended',
'prettier',
],
rules: {
'notice/notice': [
Expand Down

0 comments on commit 16a4d0d

Please sign in to comment.