You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1093,15 +1090,8 @@ function initializeVite(answers) {
1093
1090
},
1094
1091
},
1095
1092
rules: {
1096
-
'import/order': ['warn', {alphabetize: {order: 'asc'}}], // group and then alphabetize lines - https://github.com/benmosher/eslint-plugin-import/blob/master/docs/rules/order.md
1097
1093
'no-duplicate-imports': 'error',
1098
-
'prettier/prettier': 'warn',
1099
-
quotes: ['error', 'single', {avoidEscape: true}], // single quote unless using interpolation
0 commit comments