Allow leading underscores on variable names

This commit is contained in:
Surma
2018-06-26 14:44:31 +01:00
parent 85e3a12c84
commit 56faf619d0

View File

@@ -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": [