Skip to content

Commit cefd418

Browse files
committed
chore(lint): carry over explicit rule relaxations from the old eslint config
The repo lints clean either way today; pinning ban-ts-comment, no-empty-function and no-prototype-builtins off guards against these activating via category changes in future oxlint upgrades.
1 parent 13fa668 commit cefd418

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.oxlintrc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
},
1818
"ignorePatterns": ["node_modules", "build", "npm", "main.js", "**/*.svelte"],
1919
"rules": {
20+
"no-prototype-builtins": "off",
21+
"typescript/ban-ts-comment": "off",
22+
"typescript/no-empty-function": "off",
2023
"no-unused-vars": ["error", { "args": "none" }],
2124
"import/no-duplicates": "error",
2225
"typescript/consistent-type-imports": [

0 commit comments

Comments
 (0)