chore: check node@14 on pipeline, #728 (#731)

This commit is contained in:
Jun Yang
2024-08-16 00:55:14 +08:00
committed by GitHub
parent 6fb707f9c4
commit c6a6ef1a1f
6 changed files with 47 additions and 5 deletions
+1
View File
@@ -23,6 +23,7 @@
"prefer-const": 2,
"no-unused-vars": "off",
"indent": "off",
"no-mixed-operators": "off",
"no-dupe-class-members": "off",
"no-useless-constructor": "off",
"@typescript-eslint/indent": ["error", 2],