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
988d466fcd
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"
,
Revert "Merge branch 'revert-f59d977a' into 'develop'" This reverts merge request !1056
2022-02-27 00:13:35 +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"
}