Skip to content

Commit 6b1a704

Browse files
authored
fix(create-quasar): add missing comma in generated eslintrc.js (quasarframework#12830)
1 parent 5df386b commit 6b1a704

File tree

1 file changed

+1
-1
lines changed
  • create-quasar/templates/app/quasar-v2/ts-webpack/lint

1 file changed

+1
-1
lines changed

create-quasar/templates/app/quasar-v2/ts-webpack/lint/_eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ module.exports = {
9797
'no-nested-ternary': 'off',
9898
'max-classes-per-file': 'off',
9999

100-
'import/first': 'off'
100+
'import/first': 'off',
101101
'import/namespace': 'error',
102102
'import/default': 'error',
103103
'import/export': 'error',

0 commit comments

Comments
 (0)