Skip to content

Commit

Permalink
chore: update lint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcherGu committed Nov 6, 2023
1 parent 0c50a86 commit aacd86e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 94 deletions.
8 changes: 0 additions & 8 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,4 @@ module.exports = lightwing(
'node/prefer-global/process': 'off',
},
},
{
files: [
'src/main/**/*.ts',
],
rules: {
'ts/consistent-type-imports': 'off',
},
},
)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"vue": "^3.3.7"
},
"devDependencies": {
"@lightwing/eslint-config": "1.0.1",
"@lightwing/eslint-config": "1.0.3",
"@vitejs/plugin-vue": "4.4.0",
"@vue/compiler-sfc": "3.3.7",
"@vue/test-utils": "2.4.1",
Expand Down
94 changes: 9 additions & 85 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aacd86e

Please sign in to comment.