ruffle/web/packages/selfhosted/.eslintrc.json

11 lines
173 B
JSON

{
"env": {
"browser": true,
"node": true
},
"globals": {
"__webpack_public_path__": true
},
"ignorePatterns": ["swfobject.js"]
}