frontend/.eslintrc.js

10 lines
178 B
JavaScript
Raw Permalink Normal View History

2021-04-07 23:08:04 +10:00
module.exports = {
"rules": {
"no-mixed-spaces-and-tabs": 0,
},
"parserOptions": {
"sourceType": "module",
"parser": "babel-eslint",
"ecmaVersion": 6
},
}