Skip to content

Commit

Permalink
style: fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Jan 26, 2024
1 parent e7887aa commit 919473a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ module.exports = {
extends: 'plugin:cypress/recommended',
},
{
files: ['tools/create-helper/**/*.ts', 'tools/create-helper/**/*.vue'],
files: ['tools/create-vuepress/**/*.vue'],
rules: {
'import/no-extraneous-dependencies': 'off',
'import/named': 'off',
'vue/no-v-html': 'off',
},
},
{
Expand Down
4 changes: 0 additions & 4 deletions tools/create-vuepress/src/flow/createPackageJson.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,9 @@ export const createPackageJson = async ({
...result,
type: 'module',
scripts: {
// eslint-disable-next-line @typescript-eslint/naming-convention
'docs:build': `vuepress build docs`,
// eslint-disable-next-line @typescript-eslint/naming-convention
'docs:clean-dev': `vuepress dev docs --clean-cache`,
// eslint-disable-next-line @typescript-eslint/naming-convention
'docs:dev': `vuepress dev docs`,
// eslint-disable-next-line @typescript-eslint/naming-convention
'docs:update-package': `${
packageManager === 'npm' ? 'npx' : `${packageManager} dlx`
} vp-update`,
Expand Down

0 comments on commit 919473a

Please sign in to comment.