Update eslint & prettier config
parent
0092d0793f
commit
1ccfb2b8fe
|
@ -3,14 +3,18 @@
|
||||||
* Linting & (Auto)formatting
|
* Linting & (Auto)formatting
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
"coc.preferences.formatOnType": true,
|
||||||
|
"coc.preferences.formatOnSave": true,
|
||||||
|
"prettier.configPath": ".prettierrc",
|
||||||
|
"prettier.ignorePath": ".prettierignore",
|
||||||
|
|
||||||
"prettier.semi": false,
|
"prettier.semi": false,
|
||||||
"prettier.tabWidth": 2,
|
"prettier.tabWidth": 2,
|
||||||
"prettier.singleQuote": true,
|
"prettier.singleQuote": true,
|
||||||
"prettier.arrowParens": "avoid",
|
"prettier.arrowParens": "avoid",
|
||||||
"prettier.printWidth": 120,
|
"prettier.printWidth": 120,
|
||||||
"eslint.format.enable": true,
|
"eslint.format.enable": true,
|
||||||
"coc.preferences.formatOnType": true,
|
"eslint.onIgnoredFiles": "warn",
|
||||||
"coc.preferences.formatOnSave": true,
|
|
||||||
|
|
||||||
// Markdown
|
// Markdown
|
||||||
"markdownlint.config": {
|
"markdownlint.config": {
|
||||||
|
|
Loading…
Reference in New Issue