Merge pull request #68 from microsoft/dev/mkacmar/e2e-fix
Correct react/iframe-missing-sandbox rule name
This commit is contained in:
Коммит
2e6989f7b4
|
@ -30,7 +30,7 @@ module.exports = (pluginSdl) => {
|
|||
warnOnSpreadAttributes: true
|
||||
}
|
||||
],
|
||||
"react/react-iframe-missing-sandbox": "error"
|
||||
"react/iframe-missing-sandbox": "error"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче