consolidated prettier configuration in root package.json file (#429)

also fixed linting and consolidated .gitignore and moved .editorconfig
This commit is contained in:
Riccardo
2021-01-03 18:35:33 +01:00
committed by GitHub
parent f9331ad327
commit 36a632f218
11 changed files with 10 additions and 18 deletions

View File

@@ -17,5 +17,8 @@
"**/_layouts/**/*",
"**/_site/**/*",
"**/node_modules/**/*"
]
],
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"prettier.requireConfig": true
}