This website requires JavaScript.
Explore
Help
Sign In
moon
/
soapbox
Watch
1
Star
0
Fork
You've already forked soapbox
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
725b1e43ef
soapbox
/
.lintstagedrc.json
6 lines
98 B
JSON
Raw
Normal View
History
Unescape
Escape
lint-staged: move configuration to `.lintstagedrc.json` file
2021-09-15 16:09:24 +00:00
{
"*.js"
:
"eslint --cache"
,
Start adding Typescript support
2021-11-05 00:28:04 +00:00
"*.ts"
:
"eslint --cache"
,
lint-staged: move configuration to `.lintstagedrc.json` file
2021-09-15 16:09:24 +00:00
"app/styles/**/*.scss"
:
"stylelint"
}