web-audio-stream-sync/frontend/.eslintrc.js

9 lines
160 B
JavaScript
Raw Permalink Normal View History

2018-05-21 17:59:28 -04:00
module.exports = {
extends: "react-app",
rules: {
"no-restricted-globals": "off",
"no-undef": "off",
2018-05-27 16:00:18 -04:00
"eqeqeq": "off",
2018-05-21 17:59:28 -04:00
},
};