create-quasar 1.0.15 → 1.0.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-quasar",
3
- "version": "1.0.15",
3
+ "version": "1.0.18",
4
4
  "description": "Scaffolds Quasar Apps, AppExtensions or UI kits",
5
5
  "author": {
6
6
  "name": "Razvan Stoenescu",
@@ -1,7 +1,7 @@
1
1
  <!DOCTYPE html>
2
2
  <html>
3
3
  <head>
4
- <title><% '\<%= productName %\>' %></title>
4
+ <title><%= '\<%= productName %\>' %></title>
5
5
 
6
6
  <meta charset="utf-8">
7
7
  <meta name="description" content="<%= '\<%= productDescription %\>' %>">
@@ -3,7 +3,7 @@
3
3
  <% if (preset.lint) { %>"dbaeumer.vscode-eslint",
4
4
  <% if (lintConfig === 'prettier') { %>"esbenp.prettier-vscode",<% } } %>
5
5
  "editorconfig.editorconfig",
6
- "johnsoncodehk.volar",
6
+ "vue.volar",
7
7
  "wayou.vscode-todo-highlight"
8
8
  ],
9
9
  "unwantedRecommendations": [
@@ -3,7 +3,7 @@
3
3
  <% if (preset.lint) { %>"dbaeumer.vscode-eslint",
4
4
  <% if (lintConfig === 'prettier') { %>"esbenp.prettier-vscode",<% } } %>
5
5
  "editorconfig.editorconfig",
6
- "johnsoncodehk.volar",
6
+ "vue.volar",
7
7
  "wayou.vscode-todo-highlight"
8
8
  ],
9
9
  "unwantedRecommendations": [
@@ -3,7 +3,7 @@
3
3
  <% if (preset.lint) { %>"dbaeumer.vscode-eslint",
4
4
  <% if (lintConfig === 'prettier') { %>"esbenp.prettier-vscode",<% } } %>
5
5
  "editorconfig.editorconfig",
6
- "johnsoncodehk.volar",
6
+ "vue.volar",
7
7
  "wayou.vscode-todo-highlight"
8
8
  ],
9
9
  "unwantedRecommendations": [
@@ -120,7 +120,7 @@ module.exports = {
120
120
  // in plain CommonJS modules, you can't use `import foo = require('foo')` to pass this rule, so it has to be disabled
121
121
  '@typescript-eslint/no-var-requires': 'off',
122
122
 
123
- // The core 'no-unused-vars' rules (in the eslint:recommeded ruleset)
123
+ // The core 'no-unused-vars' rules (in the eslint:recommended ruleset)
124
124
  // does not work with type definitions
125
125
  'no-unused-vars': 'off',
126
126
 
@@ -3,7 +3,7 @@
3
3
  <% if (preset.lint) { %>"dbaeumer.vscode-eslint",
4
4
  <% if (lintConfig === 'prettier') { %>"esbenp.prettier-vscode",<% } } %>
5
5
  "editorconfig.editorconfig",
6
- "johnsoncodehk.volar",
6
+ "vue.volar",
7
7
  "wayou.vscode-todo-highlight"
8
8
  ],
9
9
  "unwantedRecommendations": [
@@ -124,7 +124,7 @@ module.exports = {
124
124
  // in plain CommonJS modules, you can't use `import foo = require('foo')` to pass this rule, so it has to be disabled
125
125
  '@typescript-eslint/no-var-requires': 'off',
126
126
 
127
- // The core 'no-unused-vars' rules (in the eslint:recommeded ruleset)
127
+ // The core 'no-unused-vars' rules (in the eslint:recommended ruleset)
128
128
  // does not work with type definitions
129
129
  'no-unused-vars': 'off',
130
130
 
@@ -32,7 +32,7 @@
32
32
  "quasar": "^2.0.0",
33
33
  "@quasar/extras": "^1.0.0",
34
34
  "core-js": "^3.0.0",
35
- "@quasar/app-wepback": "^3.0.0",
35
+ "@quasar/app-webpack": "^3.0.0",
36
36
  "open": "^7.3.0",
37
37
  "fs-extra": "^8.1.0",
38
38
  "chalk": "^4.1.0",