Skip to content

Commit

Permalink
dependencies, eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Jul 20, 2024
1 parent e07c4a7 commit acbc3d1
Show file tree
Hide file tree
Showing 4 changed files with 768 additions and 499 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This project tries to adhere to [Semantic Versioning](http://semver.org/). In pr
- `MINOR` version when a new device type is added, or when a new feature is added that is backwards-compatible
- `PATCH` version when backwards-compatible bug fixes are implemented

## BETA
## 10.6.0 (2024-07-20)

### Added

Expand Down
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export default antfu(
rules: {
'new-cap': 'off',
'style/brace-style': ['error', '1tbs', { allowSingleLine: true }],
'unused-imports/no-unused-vars': ['error', { caughtErrors: 'none' }],
},
typescript: false,
},
Expand Down
Loading

0 comments on commit acbc3d1

Please sign in to comment.