Skip to content

Commit

Permalink
chore: lint code
Browse files Browse the repository at this point in the history
  • Loading branch information
trylovetom committed May 7, 2020
1 parent 1e136bb commit 22915f7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"extends": "@alljoint-next/eslint-config",
"overrides": [{
"files": ["*.ts"],
"extends": "@alljoint-next/eslint-config-typescript"
}]
"overrides": [
{
"files": ["*.ts"],
"extends": "@alljoint-next/eslint-config-typescript"
}
]
}

0 comments on commit 22915f7

Please sign in to comment.