完成节点数据的收集

This commit is contained in:
xuyanfeng
2021-04-05 18:38:44 +08:00
parent e0c1f2336c
commit 36a81db153
12 changed files with 263 additions and 354 deletions

View File

@@ -1,5 +1,8 @@
module.exports = {
root: true,
globals: {
chrome: true,
},
env: {
node: true,
webextensions: true,
@@ -37,5 +40,7 @@ module.exports = {
"@typescript-eslint/ban-types": "off",
"@typescript-eslint/no-empty-function": "off",
"@typescript-eslint/no-explicit-any": "off",
"no-prototype-builtins": "off",
"@typescript-eslint/ban-ts-comment": "off",
}
};