ruffle/web/packages/extension/.eslintrc.json

10 lines
142 B
JSON
Raw Normal View History

{
"env": {
"browser": true,
"webextensions": true
},
"globals": {
"__webpack_public_path__": true
}
}