mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-21 00:24:56 -06:00
add prettier configuration
This commit is contained in:
parent
74cb527690
commit
f1a0c840ec
5
.prettierignore
Normal file
5
.prettierignore
Normal file
@ -0,0 +1,5 @@
|
||||
/lib/**/*
|
||||
/docs/**/*
|
||||
/dictionaries/**/*
|
||||
/images/**/*
|
||||
/installer/**/*
|
8
.prettierrc
Normal file
8
.prettierrc
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"trailingComma": "all",
|
||||
"tabWidth": 2,
|
||||
"semi": true,
|
||||
"singleQuote": true,
|
||||
"jsxSingleQuote": true,
|
||||
"arrowParens": "always"
|
||||
}
|
@ -143,6 +143,7 @@
|
||||
"ncp": "2.0.0",
|
||||
"node-abi": "^2.17.0",
|
||||
"npm-run-all": "4.1.5",
|
||||
"prettier": "2.2.1",
|
||||
"robotjs": "0.6.0",
|
||||
"run-script-os": "1.0.7",
|
||||
"spectron": "^11.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user