chore: 🔧 lintstaged config and add test files
This commit is contained in:
4
.lintstagedrc
Normal file
4
.lintstagedrc
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"gitDir": "./.git",
|
||||||
|
"*": "eslint --fix"
|
||||||
|
}
|
||||||
@@ -14,6 +14,7 @@
|
|||||||
},
|
},
|
||||||
"include": [
|
"include": [
|
||||||
"./src/**/*.js",
|
"./src/**/*.js",
|
||||||
|
"./test/**/*.js",
|
||||||
"./eslint.config.js"
|
"./eslint.config.js"
|
||||||
],
|
],
|
||||||
"exclude": [
|
"exclude": [
|
||||||
|
|||||||
Reference in New Issue
Block a user