Skip to content

Commit 87bf8d7

Browse files
hawkeye64rstoenescu
authored andcommitted
chore(docs): add eslint-plugin-quasar to devDependencies (quasarframework#5299)
1 parent fb5b21b commit 87bf8d7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/.eslintrc.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

docs/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
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",

0 commit comments

Comments
 (0)