This website requires JavaScript.
Explore
Help
Sign In
joe
/
kami-parse-server
Public Access
Watch
1
Star
0
Fork
0
You've already forked kami-parse-server
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
27b27a7f5cb1574395be8f445efad4f05bc7fc49
kami-parse-server
/
.prettierrc
5 lines
86 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Use Prettier JS (#5017) * Adds prettier * Run lint before tests
2018-09-01 13:58:06 -04:00
semi: true
trailingComma: "es5"
singleQuote: true
fix(prettier): Properly handle lint-stage files (#6970) Now handles top level files and recursive files in folders. Set max line length to be 100
2020-10-25 15:06:58 -05:00
arrowParens: "avoid"
printWidth: 100
Reference in New Issue
Copy Permalink