web-audio-stream-sync/frontend/.eslintrc.js
2018-05-21 17:59:28 -04:00

7 lines
135 B
JavaScript

module.exports = {
extends: "react-app",
rules: {
"no-restricted-globals": "off",
"no-undef": "off",
},
};