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