This website requires JavaScript.
Explore
Help
Sign In
ChoChoX
/
suwayomi-material-you-webui
Watch
1
Star
0
Fork
0
You've already forked suwayomi-material-you-webui
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
48fe8d23e9d4b5e59e4ef70f8e082e098f0959da
suwayomi-material-you-webui
/
.prettierrc
8 lines
106 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add prettier for auto formatting (#231) * [Prettier] Add "prettier" Makes the formatting of the code consistent. By using the eslint-plugin-prettier formatting issues will be highlighted as a lint error. These errors will be auto fixed by running "lint --fix" (which can be done automatically on file save) * [Prettier] Add "prettier" - Fix formatting
2023-02-06 10:06:33 +01:00
{
"tabWidth": 4,
"singleQuote": true,
increase prettier line length to 120 (#233) * [Prettier] Increase max line length to 120 100 is quite low, especially on modern monitors. The length is also reached quite quickly with 4 spaces per tab depending on the indentation depth * [Prettier] Increase max line length to 120 - Fix formatting
2023-02-08 18:19:26 +01:00
"printWidth": 120,
add prettier for auto formatting (#231) * [Prettier] Add "prettier" Makes the formatting of the code consistent. By using the eslint-plugin-prettier formatting issues will be highlighted as a lint error. These errors will be auto fixed by running "lint --fix" (which can be done automatically on file save) * [Prettier] Add "prettier" - Fix formatting
2023-02-06 10:06:33 +01:00
"semi": true,
"trailingComma": "all"
}
Reference in New Issue
Copy Permalink