mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
initial upload
This commit is contained in:
commit
1c65f10e24
58 changed files with 2533 additions and 0 deletions
17
.eslintrc.cjs
Normal file
17
.eslintrc.cjs
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
module.exports = {
|
||||
env: {
|
||||
es2021: true,
|
||||
node: true,
|
||||
},
|
||||
extends: [
|
||||
'standard',
|
||||
'eslint:recommended',
|
||||
'standard',
|
||||
'plugin:prettier/recommended',
|
||||
],
|
||||
rules: {
|
||||
eqeqeq: ['off'],
|
||||
'prefer-const': ['off'],
|
||||
'arrow-body-style': 'off',
|
||||
},
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue