Browse Source

chore(gui-v2): update .eslintrc.js

pull/2716/head
Braks 2 years ago committed by Pranav C
parent
commit
3e17750d24
  1. 1
      packages/nc-gui-v2/.eslintrc.js

1
packages/nc-gui-v2/.eslintrc.js

@ -2,6 +2,7 @@ const baseRules = {
'vue/no-setup-props-destructure': 0,
'no-console': 0,
'antfu/if-newline': 0,
'prettier/prettier': ['error', {}, { usePrettierrc: true }],
}
module.exports = {

Loading…
Cancel
Save