feat(eslint): Rule "no-underscore-dangle"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -149,6 +149,15 @@
|
||||
"no-ternary": [
|
||||
"off"
|
||||
],
|
||||
"no-underscore-dangle": [
|
||||
"error",
|
||||
{
|
||||
"allowAfterSuper": false,
|
||||
"allowAfterThis": true,
|
||||
"allowAfterThisConstructor": false,
|
||||
"enforceInMethodNames": false
|
||||
}
|
||||
],
|
||||
"no-unused-vars": [
|
||||
"error",
|
||||
{
|
||||
|
Reference in New Issue
Block a user