Skip to content

Commit

Permalink
chore(docs): don't allow any eslint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Jan 6, 2022
1 parent bb2b11e commit 9e2edf3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/docs/package.json
Expand Up @@ -13,8 +13,8 @@
"build": "yarn build:client && yarn build:server && yarn prerender",
"dev": "yarn serve",
"serve": "vue-cli-service serve",
"lint": "yarn lint:md && vue-cli-service lint --no-fix",
"lint:fix": "yarn fix:md && vue-cli-service lint",
"lint": "yarn lint:md && vue-cli-service lint --no-fix --max-warnings 0",
"lint:fix": "yarn fix:md && vue-cli-service lint --max-warnings 0",
"build:client": "cross-env NODE_ENV=production vue-cli-service build",
"build:server": "cross-env VUE_APP_WEBPACK_TARGET=node vue-cli-service build --no-clean",
"build:modified": "node build/modified",
Expand Down
Expand Up @@ -8,10 +8,10 @@
></div>
</v-col>
<v-col
cols="12"
md="3"
v-for="value in ['t', 'r', 'b', 'l', 'tl', 'tr', 'br', 'bl']"
:key="value"
cols="12"
md="3"
>
<div
:class="`pa-4 text-center secondary rounded-lg rounded-${value}-0`"
Expand Down

0 comments on commit 9e2edf3

Please sign in to comment.