UNPKG
innomind-vita
Version:
latest (0.0.1)
0.0.1
InnoMind Vita - AI-Powered Industrial Software Platform
innomind-vita
/
.lintstagedrc.json
5 lines
(4 loc)
•
107 B
JSON
View Raw
1
2
3
4
5
{
"*.{js,jsx,ts,tsx}"
:
[
"eslint --fix"
,
"prettier --write"
]
,
"*.{json,md}"
:
[
"prettier --write"
]
}