mirror of
https://github.com/rikkaneko/paste.git
synced 2025-06-06 16:45:41 +00:00
Update project dependencies version
Add .eslintrc and .prettierrc Signed-off-by: Joe Ma <rikkaneko23@gmail.com>
This commit is contained in:
parent
50244f0c1e
commit
2ea3b0dd8d
7 changed files with 1791 additions and 550 deletions
8
.prettierrc
Normal file
8
.prettierrc
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"trailingComma": "es5",
|
||||
"printWidth": 120,
|
||||
"semi": true,
|
||||
"singleQuote": true,
|
||||
"bracketSameLine": true,
|
||||
"tabWidth": 2
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue