File tree Expand file tree Collapse file tree 5 files changed +17
-5
lines changed Expand file tree Collapse file tree 5 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " create-quasar" ,
3- "version" : " 1.0.11 " ,
3+ "version" : " 1.0.12 " ,
44 "description" : " Scaffolds Quasar Apps, AppExtensions or UI kits" ,
55 "author" : {
66 "name" : " Razvan Stoenescu" ,
Original file line number Diff line number Diff line change @@ -53,7 +53,10 @@ module.exports = {
5353 __QUASAR_SSR_PWA__ : 'readonly' ,
5454 process : 'readonly' ,
5555 Capacitor : 'readonly' ,
56- chrome : 'readonly'
56+ chrome : 'readonly' ,
57+ defineProps : 'readonly' , // Vue SFC setup compiler macro
58+ defineEmits : 'readonly' , // Vue SFC setup compiler macro
59+ defineExpose : 'readonly' // Vue SFC setup compiler macro
5760 } ,
5861
5962 // add your custom rules here
Original file line number Diff line number Diff line change @@ -54,7 +54,10 @@ module.exports = {
5454 __QUASAR_SSR_PWA__ : 'readonly' ,
5555 process : 'readonly' ,
5656 Capacitor : 'readonly' ,
57- chrome : 'readonly'
57+ chrome : 'readonly' ,
58+ defineProps : 'readonly' , // Vue SFC setup compiler macro
59+ defineEmits : 'readonly' , // Vue SFC setup compiler macro
60+ defineExpose : 'readonly' // Vue SFC setup compiler macro
5861 } ,
5962
6063 // add your custom rules here
Original file line number Diff line number Diff line change @@ -67,7 +67,10 @@ module.exports = {
6767 __QUASAR_SSR_PWA__ : 'readonly' ,
6868 process : 'readonly' ,
6969 Capacitor : 'readonly' ,
70- chrome : 'readonly'
70+ chrome : 'readonly' ,
71+ defineProps : 'readonly' , // Vue SFC setup compiler macro
72+ defineEmits : 'readonly' , // Vue SFC setup compiler macro
73+ defineExpose : 'readonly' // Vue SFC setup compiler macro
7174 } ,
7275
7376 // add your custom rules here
Original file line number Diff line number Diff line change @@ -66,7 +66,10 @@ module.exports = {
6666 __QUASAR_SSR_PWA__ : 'readonly' ,
6767 process : 'readonly' ,
6868 Capacitor : 'readonly' ,
69- chrome : 'readonly'
69+ chrome : 'readonly' ,
70+ defineProps : 'readonly' , // Vue SFC setup compiler macro
71+ defineEmits : 'readonly' , // Vue SFC setup compiler macro
72+ defineExpose : 'readonly' // Vue SFC setup compiler macro
7073 } ,
7174
7275 // add your custom rules here
You can’t perform that action at this time.
0 commit comments