Skip to content

Commit

Permalink
Merge tag '4.2.0' into develop
Browse files Browse the repository at this point in the history
v4.2.0
  • Loading branch information
titouanmathis committed Dec 13, 2024
2 parents 93e86c1 + f369517 commit adabba0
Show file tree
Hide file tree
Showing 4 changed files with 949 additions and 690 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ All notable changes to this project will be documented in this file. The format

## Unreleased

## [v4.2.0](https://github.com/studiometa/eslint-config/compare/4.1.0..4.2.0) (2024-12-13)

### Added

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

### Changed

- Update dependencies ([9702726](https://github.com/studiometa/eslint-config/commit/9702726))

## [v4.1.0](https://github.com/studiometa/eslint-config/compare/4.0.1..4.1.0) (2023-07-26)

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default defineConfig(ts, prettier, {
import { defineConfig, ts, vueTs, prettier, globals } from '@studiometa/eslint-config';

export default defineConfig(ts, vueTs, prettier, {
files: ['./src/js/**/*.{js,ts}'],
files: ['./src/js/**/*.{ts,vue}'],
languageOptions: {
globals: {
...globals.browser,
Expand Down
Loading

0 comments on commit adabba0

Please sign in to comment.