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