Add lint exception for formatMessage injection

It's a bit magical, but it's how they do it...
This commit is contained in:
Matthew Taylor 2015-10-16 11:05:39 -04:00
parent 1c338e8394
commit 925eeafa7e

View file

@ -16,6 +16,9 @@
"browser": true,
"node": true
},
"globals": {
"formatMessage": true
},
"ecmaFeatures": {
"jsx": true
},