fix: sweep flotte — reflow eslint/prettier (printWidth, Boolean(), localeCompare, startsWith) et replication des libs catalogue ipIsRoutable / mailRecipients / notifyMachine.functions
This commit is contained in:
+3
-1
@@ -5,7 +5,9 @@
|
||||
"*.jsx": ["prettier --write"],
|
||||
"*.tsx": ["prettier --write"],
|
||||
"*.php": ["php-cs-fixer fix --config .php-cs-fixer.php"],
|
||||
"Dockerfile": ["hadolint --ignore DL3002 --ignore DL3003 --ignore DL3008 --ignore DL3013 --ignore DL3016 --ignore DL3018 --ignore DL3022 --ignore DL3066 --ignore SC2016"],
|
||||
"Dockerfile": [
|
||||
"hadolint --ignore DL3002 --ignore DL3003 --ignore DL3008 --ignore DL3013 --ignore DL3016 --ignore DL3018 --ignore DL3022 --ignore DL3066 --ignore SC2016"
|
||||
],
|
||||
"*.md": ["markdownlint --fix"],
|
||||
"*openapi.json": ["spectral lint"],
|
||||
"*.tf": ["tflint"]
|
||||
|
||||
Reference in New Issue
Block a user