forked from olcxjas-softworks/LarpixClient
update electron to v43
This commit is contained in:
parent
68ac0beedf
commit
fb6c8b6ee9
5385 changed files with 513060 additions and 123058 deletions
29
electron/node_modules/unzipper/eslint.config.mjs
generated
vendored
Normal file
29
electron/node_modules/unzipper/eslint.config.mjs
generated
vendored
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
import globals from "globals";
|
||||
import pluginJs from "@eslint/js";
|
||||
|
||||
|
||||
export default [
|
||||
{
|
||||
rules:{
|
||||
"semi": 2,
|
||||
"no-multiple-empty-lines": 2,
|
||||
"no-multi-spaces": 2,
|
||||
"comma-spacing": 2,
|
||||
"prefer-const": 2,
|
||||
"no-trailing-spaces": 2,
|
||||
"no-var": 2,
|
||||
"indent": [
|
||||
"error",
|
||||
2,
|
||||
{
|
||||
"MemberExpression": 1,
|
||||
"SwitchCase": 1,
|
||||
"ignoredNodes": ["TemplateLiteral > *"]
|
||||
}
|
||||
],
|
||||
}
|
||||
},
|
||||
{files: ["**/*.js"], languageOptions: {sourceType: "script"}},
|
||||
{languageOptions: { globals: globals.node }},
|
||||
pluginJs.configs.recommended,
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue