Commit c56da70a2391d23ea8955f05cebfbb7944912d55
1 parent
b782ec9e
fix: eslint
Showing
1 changed file
with
2 additions
and
0 deletions
front-end/h5/.eslintrc.js
| @@ -8,6 +8,8 @@ module.exports = { | @@ -8,6 +8,8 @@ module.exports = { | ||
| 8 | '@vue/standard' | 8 | '@vue/standard' |
| 9 | ], | 9 | ], |
| 10 | rules: { | 10 | rules: { |
| 11 | + "template-curly-spacing" : "off", | ||
| 12 | + indent : "off", | ||
| 11 | 'no-console': process.env.NODE_ENV === 'production' ? 'off' : 'off', | 13 | 'no-console': process.env.NODE_ENV === 'production' ? 'off' : 'off', |
| 12 | 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off' | 14 | 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off' |
| 13 | }, | 15 | }, |