Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
MattCCC committed Jul 2, 2023
1 parent fde29e8 commit 4856047
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 @@ -4,6 +4,6 @@ module.exports = {
'plugin:prettier/recommended',
],
rules: {
'prettier/prettier': 0,
'prettier/prettier': "error",
},
};

0 comments on commit 4856047

Please sign in to comment.