mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-17 03:00:13 +00:00
Allow leading underscores in private methods
This commit is contained in:
@@ -7,7 +7,8 @@
|
|||||||
"jsx-boolean-value": [true, "never"],
|
"jsx-boolean-value": [true, "never"],
|
||||||
"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
|
||||||
},
|
},
|
||||||
"cliOptions": {
|
"cliOptions": {
|
||||||
"exclude": [
|
"exclude": [
|
||||||
|
|||||||
Reference in New Issue
Block a user