chore: 🔧 lintstaged config and add test files

This commit is contained in:
Gustavo "Guz" L. de Mello
2024-01-18 00:45:04 -03:00
parent b97ca55a68
commit 49832f676a
2 changed files with 26 additions and 21 deletions

4
.lintstagedrc Normal file
View File

@@ -0,0 +1,4 @@
{
"gitDir": "./.git",
"*": "eslint --fix"
}

View File

@@ -14,6 +14,7 @@
}, },
"include": [ "include": [
"./src/**/*.js", "./src/**/*.js",
"./test/**/*.js",
"./eslint.config.js" "./eslint.config.js"
], ],
"exclude": [ "exclude": [