Browse Source

Update eslint config

pull/1543/head
Hironsan 2 years ago
parent
commit
0b2edb1413
1 changed files with 1 additions and 2 deletions
  1. 3
      frontend/.eslintrc.js

3
frontend/.eslintrc.js

@ -8,8 +8,7 @@ module.exports = {
'@nuxtjs',
'plugin:nuxt/recommended',
'@nuxtjs/eslint-config-typescript',
'prettier',
'prettier/vue'
'prettier'
],
rules: {
'no-console': 'off',

Loading…
Cancel
Save