This website requires JavaScript.
Explore
Help
Sign In
bigbuffet
/
bigbuffet-rw
Watch
2
Star
0
Fork
You've already forked bigbuffet-rw
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
5fec9c580b
bigbuffet-rw
/
.lintstagedrc.json
6 lines
98 B
JSON
Raw
Normal View
History
Unescape
Escape
lint-staged: move configuration to `.lintstagedrc.json` file
2021-09-15 09:09:24 -07:00
{
"*.js"
:
"eslint --cache"
,
Revert "Merge branch 'revert-f59d977a' into 'develop'" This reverts merge request !1056
2022-02-26 16:13:35 -08:00
"*.ts"
:
"eslint --cache"
,
lint-staged: move configuration to `.lintstagedrc.json` file
2021-09-15 09:09:24 -07:00
"app/styles/**/*.scss"
:
"stylelint"
}
Reference in a new issue
Copy permalink