ci: add format check on repository root (#115)

This commit is contained in:
Marco Pasqualetti
2024-11-17 17:51:20 +01:00
committed by GitHub
parent ebc1a458a9
commit 28ea1ca1df
12 changed files with 75 additions and 51 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
"resolveJsonModule": true,
"skipLibCheck": true,
"strict": true,
"target": "ES2020",
"target": "ES2020"
},
"include": [".eslintrc.cjs", "prettier.config.js"],
"exclude": ["node_modules"]