Skip to content

Commit

Permalink
update prettier for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
proddy committed Aug 8, 2023
1 parent 94407e5 commit 2b54db2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 13 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules/
build/
dist/
.prettierrc
.yarn/
6 changes: 6 additions & 0 deletions interface/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@
"{}": false
}
}
],
"prettier/prettier": [
"error",
{
"endOfLine": "auto"
}
]
}
}
5 changes: 0 additions & 5 deletions interface/.prettierignore

This file was deleted.

8 changes: 0 additions & 8 deletions interface/.prettierrc

This file was deleted.

0 comments on commit 2b54db2

Please sign in to comment.