Skip to content

Commit

Permalink
fix: lint staged file
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdouglas committed Jun 21, 2020
1 parent daf35f4 commit 2704a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lintstagedrc.json
@@ -1,3 +1,3 @@
{
"*.ts": ["eslint 'src/**' --fix", "npm run test:dev"]
"*.js": ["eslint 'src/**' --fix", "npm run test:dev"]
}

0 comments on commit 2704a09

Please sign in to comment.