mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-22 03:51:53 +00:00
ee640da9e7
* feat: add eslint-plugin-security * chore: relocate devDependencies to the appropriate section in package.json * feat: add husky library for pre-commit hooks * feat: add husky library for pre-commit hooks * chore: improve prettierrc config
12 lines
301 B
JSON
12 lines
301 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"prettier.printWidth": 80,
|
|
"prettier.tabWidth": 2,
|
|
"prettier.useTabs": false,
|
|
"prettier.singleQuote": false,
|
|
"prettier.trailingComma": "all",
|
|
"prettier.semi": true,
|
|
"prettier.bracketSpacing": true
|
|
}
|