File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ module.exports = {
1919
2020 // required to lint *.vue files
2121 plugins : [
22- 'vue'
22+ 'vue' ,
23+ 'quasar'
2324 ] ,
2425
2526 globals : {
@@ -50,6 +51,8 @@ module.exports = {
5051 'import/no-extraneous-dependencies' : 'off' ,
5152 'import/no-webpack-loader-syntax' : 'off' ,
5253
54+ 'quasar/check-valid-props' : 'warn' ,
55+
5356 // allow console.log during development only
5457 'no-console' : process . env . NODE_ENV === 'production' ? 'error' : 'off' ,
5558 // allow debugger during development only
Original file line number Diff line number Diff line change 2727 "babel-eslint" : " ^10.0.1" ,
2828 "eslint" : " ^5.10.0" ,
2929 "eslint-loader" : " ^2.1.1" ,
30+ "eslint-plugin-quasar" : " ^1.0.0-alpha.16" ,
3031 "eslint-plugin-vue" : " ^5.0.0" ,
3132 "gray-matter" : " ^4.0.2" ,
3233 "markdown-it" : " ^8.4.2" ,
You can’t perform that action at this time.
0 commit comments