Skip to content

Commit

Permalink
fix: fix dash character
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens committed Apr 4, 2022
1 parent 1632fb5 commit 5b8a1c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/typescript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const settings: Linter.Config = {
accessibility: "explicit",
},
],
"@typescript-eslint/explicitmoduleboundarytypes": "off",
"@typescript-eslint/explicit-module-boundary-types": "off",
"@typescript-eslint/indent": ["error", 2],
"@typescript-eslint/naming-convention": [
"error",
Expand Down

0 comments on commit 5b8a1c7

Please sign in to comment.