Configure prettier and ignore
This commit is contained in:
parent
6fe89af3cc
commit
5573a6b127
14
.prettierignore
Normal file
14
.prettierignore
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# Python-related
|
||||||
|
venv/
|
||||||
|
.venv/
|
||||||
|
__pycache__/
|
||||||
|
.mypy_cache/
|
||||||
|
|
||||||
|
# JavaScript-related
|
||||||
|
node_modules
|
||||||
|
|
||||||
|
# Local instance data and configuration
|
||||||
|
instance/
|
||||||
|
|
||||||
|
# Libraries
|
||||||
|
ui/static/lib
|
||||||
5
.prettierrc.json
Normal file
5
.prettierrc.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"tabWidth": 4,
|
||||||
|
"semi": false,
|
||||||
|
"arrowParens": "avoid"
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user