This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
framework
Watch
2
Star
0
Fork
0
You've already forked framework
mirror of
https://github.com/flarum/framework.git
synced
2025-02-18 12:33:22 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
990cdbc571
framework
/
js
/
.prettierrc.json
7 lines
90 B
JSON
Raw
Normal View
History
Unescape
Escape
Configure prettier via JSON file
2020-03-28 07:16:12 +08:00
{
"printWidth"
:
150
,
"singleQuote"
:
true
,
Modify JSON prettier configuration, make commands use it, add husky from master branch
2020-04-18 21:12:55 +08:00
"tabWidth"
:
4
,
Configure prettier via JSON file
2020-03-28 07:16:12 +08:00
"trailingComma"
:
"es5"
}
Reference in New Issue
Copy Permalink