mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-14 17:49:52 +00:00
Allow leading underscores on variable names
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
"jsx-no-multiline-js": false,
|
||||
"jsx-no-bind": true,
|
||||
"jsx-no-lambda": true,
|
||||
"function-name": false
|
||||
"function-name": false,
|
||||
"variable-name": [true, "check-format", "allow-leading-underscore"]
|
||||
},
|
||||
"cliOptions": {
|
||||
"exclude": [
|
||||
|
||||
Reference in New Issue
Block a user