lint - rules - disallow 'event' global

This commit is contained in:
kumavis 2018-04-02 12:51:45 -07:00
parent b7b95f269d
commit 3f6554b637
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@
},
"rules": {
"no-restricted-globals": ["error", "event"],
"accessor-pairs": 2,
"arrow-spacing": [2, { "before": true, "after": true }],
"block-spacing": [2, "always"],