Add protected keyword to underscore lint rule

This commit is contained in:
Brandon Millman
2018-01-30 14:02:13 -08:00
parent 8aac6e46d4
commit 4d0ff0dce4
3 changed files with 8 additions and 3 deletions

View File

@@ -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,