mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-13 09:17:20 +00:00
Allow leading underscores in private methods
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
"jsx-boolean-value": [true, "never"],
|
||||
"jsx-no-multiline-js": false,
|
||||
"jsx-no-bind": true,
|
||||
"jsx-no-lambda": true
|
||||
"jsx-no-lambda": true,
|
||||
"function-name": false
|
||||
},
|
||||
"cliOptions": {
|
||||
"exclude": [
|
||||
|
||||
Reference in New Issue
Block a user