lint: fix lint errors
This commit is contained in:
+2
-1
@@ -56,7 +56,8 @@
|
||||
],
|
||||
"n/prefer-global/process": "off",
|
||||
"comma-dangle": "off",
|
||||
"unicorn/prevent-abbreviations": "off"
|
||||
"unicorn/prevent-abbreviations": "off",
|
||||
"camelcase": ["error", {"properties": "never"}]
|
||||
},
|
||||
"overrides": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user