mirror of
https://github.com/tidys/cc-inspector-chrome
synced 2025-12-08 20:58:46 +00:00
完成节点数据的收集
This commit is contained in:
@@ -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",
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user