Skip to content

Commit

Permalink
feat(create-quasar): small updates for Qv1 templates
Browse files Browse the repository at this point in the history
rstoenescu committed Jul 4, 2022
1 parent f2a1361 commit c6bbbb0
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion create-quasar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-quasar",
"version": "1.0.25",
"version": "1.0.26",
"description": "Scaffolds Quasar Apps, AppExtensions or UI kits",
"author": {
"name": "Razvan Stoenescu",
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@
"@babel/eslint-parser": "^7.13.14",
"eslint": "^8.10.0",
"eslint-plugin-vue": "^9.0.0",
"eslint-webpack-plugin": "^3.1.1",
"eslint-webpack-plugin": "^2.0.0",
<% if (lintConfig === 'standard') { %>
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.19.1",
5 changes: 1 addition & 4 deletions create-quasar/templates/app/quasar-v1/ts/BASE/quasar.conf.js
Original file line number Diff line number Diff line change
@@ -17,10 +17,7 @@ module.exports = configure(function (/* ctx */) {
// https://v1.quasar.dev/quasar-cli/supporting-ts
supportTS: <% if (preset.lint) { %>{
tsCheckerConfig: {
eslint: {
enabled: true,
files: './src/**/*.{ts,tsx,js,jsx,vue}',
},
eslint: true
}
}<% } else { %>true<% } %>,

0 comments on commit c6bbbb0

Please sign in to comment.