mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-28 01:56:00 -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,
|
"browser": true,
|
||||||
"node": true
|
"node": true
|
||||||
},
|
},
|
||||||
|
"globals": {
|
||||||
|
"formatMessage": true
|
||||||
|
},
|
||||||
"ecmaFeatures": {
|
"ecmaFeatures": {
|
||||||
"jsx": true
|
"jsx": true
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue