Add protected keyword to underscore lint rule
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
],
|
||||
"space-within-parens": false,
|
||||
"type-literal-delimiter": true,
|
||||
"underscore-privates": true,
|
||||
"underscore-private-and-protected": true,
|
||||
"variable-name": [true, "ban-keywords", "allow-pascal-case"],
|
||||
"whitespace": [
|
||||
true,
|
||||
|
||||
Reference in New Issue
Block a user