1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 16:19:26 +00:00

Configure lint-staged

This commit is contained in:
2022-04-19 01:04:55 +00:00
parent 48b78fc51b
commit 14d24b084f
2 changed files with 6 additions and 31 deletions

3
.lintstagedrc.json Normal file
View File

@@ -0,0 +1,3 @@
{
"*.js": "eslint --fix"
}