Skip to content

Commit

Permalink
Install prettier as dev dependency (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaance authored Jul 17, 2024
1 parent 0ff7cb9 commit a7906a2
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 1,790 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module.exports = {
root: true,
extends: [
'eslint:recommended',
'prettier',
'eslint:recommended',
'prettier',
'plugin:@typescript-eslint/recommended',
'plugin:require-extensions/recommended',
],
Expand Down
Loading

0 comments on commit a7906a2

Please sign in to comment.