web-audio-stream-sync/frontend/.eslintrc.js
2018-05-27 16:00:18 -04:00

8 lines
160 B
JavaScript

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