Skip to content

Commit

Permalink
Update .eslintrc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Nov 7, 2023
1 parent d0ce921 commit a3c07f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ module.exports = {
selector: "method",
format: null,
},
{
selector: "import",
format: null,
},
],
"@typescript-eslint/no-non-null-assertion": "off",
},
Expand Down

0 comments on commit a3c07f2

Please sign in to comment.