Skip to content

Commit

Permalink
style: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
noclat committed Dec 10, 2023
1 parent 4a7475a commit 81ab68c
Show file tree
Hide file tree
Showing 7 changed files with 1,088 additions and 136 deletions.
13 changes: 13 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
root: true
env:
browser: true,
es2022: true
extends:
- prettier
plugins:
- prettier
parserOptions:
ecmaVersion: latest
sourceType: module
rules:
prettier/prettier: error
2 changes: 2 additions & 0 deletions .prettierrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
singleQuote: true
printWidth: 100
Loading

0 comments on commit 81ab68c

Please sign in to comment.