This website requires JavaScript.
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
mirror
/
soapbox
kopia lustrzana
https://gitlab.com/soapbox-pub/soapbox
Obserwuj
1
Polub
0
Forkuj
You've already forked soapbox
1
Kod
Zgłoszenia
Packages
Projekty
Wydania
Wiki
Aktywność
0e1a369c36
soapbox
/
.lintstagedrc.json
6 wiersze
98 B
JSON
Czysty
Zwykły widok
Historia
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"
}