Skip to content

Commit

Permalink
style: apply prettier code style
Browse files Browse the repository at this point in the history
  • Loading branch information
djcsdy committed Nov 3, 2020
1 parent afcc621 commit 74f788b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,7 @@ const config: Linter.Config = {
}
},
{
files: [
"test.{js,jsx,ts,tsx}",
"*.test.{js,jsx,ts,tsx}",
"*.config.{js,jsx,ts,tsx}"
],
files: ["test.{js,jsx,ts,tsx}", "*.test.{js,jsx,ts,tsx}", "*.config.{js,jsx,ts,tsx}"],
rules: {
"no-restricted-imports": "off"
}
Expand Down Expand Up @@ -225,7 +221,7 @@ const config: Linter.Config = {
"no-restricted-imports": [
"error",
{
"patterns": ["**/*.config", "**/*.test", "**/test"]
patterns: ["**/*.config", "**/*.test", "**/test"]
}
],
"no-return-await": "error",
Expand Down

0 comments on commit 74f788b

Please sign in to comment.