mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-13 01:57:38 +08:00
path fix
This commit is contained in:
parent
6cf347eaca
commit
036e7d80cc
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ task("lint", function () {
|
|||
});
|
||||
|
||||
task("lint-json", function () {
|
||||
return src("./static/**/*.json")
|
||||
return src("./frontend/static/**/*.json")
|
||||
.pipe(eslint(eslintConfig))
|
||||
.pipe(eslint.format())
|
||||
.pipe(eslint.failAfterError());
|
||||
|
|
Loading…
Add table
Reference in a new issue