Skip to content

Commit 208e4b3

Browse files
committed
fix(eslint): remove deprecated rule: node/no-unsupported-features
1 parent be1965a commit 208e4b3

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.eslintrc.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@
2020
"no-alert": "error",
2121
"no-invalid-this": "error",
2222
"no-console": "off",
23-
"node/shebang": "error",
24-
"node/no-unsupported-features": [
25-
"error",
26-
{
27-
"version": 12
28-
}
29-
]
23+
"node/shebang": "error"
3024
}
3125
}

0 commit comments

Comments
 (0)