Skip to content

Commit adabba0

Browse files
committed
Merge tag '4.2.0' into develop
v4.2.0
2 parents 93e86c1 + f369517 commit adabba0

File tree

4 files changed

+949
-690
lines changed

4 files changed

+949
-690
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,16 @@ All notable changes to this project will be documented in this file. The format
44

55
## Unreleased
66

7+
## [v4.2.0](https://github.com/studiometa/eslint-config/compare/4.1.0..4.2.0) (2024-12-13)
8+
79
### Added
810

911
- Add support for TypeScript ([#77](https://github.com/studiometa/eslint-config/pull/77), [8614bf1](https://github.com/studiometa/eslint-config/commit/8614bf1))
1012

13+
### Changed
14+
15+
- Update dependencies ([9702726](https://github.com/studiometa/eslint-config/commit/9702726))
16+
1117
## [v4.1.0](https://github.com/studiometa/eslint-config/compare/4.0.1..4.1.0) (2023-07-26)
1218

1319
### Added

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export default defineConfig(ts, prettier, {
7272
import { defineConfig, ts, vueTs, prettier, globals } from '@studiometa/eslint-config';
7373

7474
export default defineConfig(ts, vueTs, prettier, {
75-
files: ['./src/js/**/*.{js,ts}'],
75+
files: ['./src/js/**/*.{ts,vue}'],
7676
languageOptions: {
7777
globals: {
7878
...globals.browser,

0 commit comments

Comments
 (0)