Skip to content

Commit

Permalink
release(eslint-config): v0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
qmhc committed Jul 11, 2023
1 parent af2f59f commit 23567ea
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
4 changes: 4 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.7.4](https://github.com/vexip-ui/lint-config/compare/eslint-config@0.7.3...eslint-config@0.7.4) (2023-07-11)



## [0.7.3](https://github.com/vexip-ui/lint-config/compare/eslint-config@0.7.2...eslint-config@0.7.3) (2023-07-11)


Expand Down
13 changes: 6 additions & 7 deletions packages/eslint-config/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -191,13 +191,12 @@ const typeScriptRules = {
],
'@typescript-eslint/ban-ts-comment': 'off',
'@typescript-eslint/array-type': 'off',
// '@typescript-eslint/no-unused-vars': ['warn', {
// args: 'after-used',
// argsIgnorePattern: '^_',
// caughtErrors: 'none',
// ignoreRestSiblings: true
// }]
'@typescript-eslint/no-unused-vars': 'off'
'@typescript-eslint/no-unused-vars': ['warn', {
args: 'after-used',
argsIgnorePattern: '^_',
caughtErrors: 'none',
ignoreRestSiblings: true
}]
}

module.exports = defineConfig({
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vexip-ui/eslint-config",
"version": "0.7.3",
"version": "0.7.4",
"license": "MIT",
"author": "qmhc",
"homepage": "https://github.com/vexip-ui/lint-config",
Expand Down

0 comments on commit 23567ea

Please sign in to comment.