mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-24 08:08:18 -05:00
Add lint exception for formatMessage
injection
It's a bit magical, but it's how they do it...
This commit is contained in:
parent
1c338e8394
commit
925eeafa7e
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@
|
|||
"browser": true,
|
||||
"node": true
|
||||
},
|
||||
"globals": {
|
||||
"formatMessage": true
|
||||
},
|
||||
"ecmaFeatures": {
|
||||
"jsx": true
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue