Skip to content

Commit

Permalink
refactor(lint): remove false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
EdJoPaTo committed Nov 12, 2023
1 parent 79c26fe commit ea08dd6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@
},
"xo": {
"rules": {
"@typescript-eslint/naming-convention": "off",
"n/file-extension-in-import": "off"
"@typescript-eslint/naming-convention": "off"
}
}
}

0 comments on commit ea08dd6

Please sign in to comment.