Skip to content

Commit

Permalink
Merge branch 'main' into support-typescript-config-files
Browse files Browse the repository at this point in the history
  • Loading branch information
10xLaCroixDrinker authored Nov 15, 2024
2 parents fbc70cc + c991537 commit 12ad0f9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [16.3.0](https://github.com/americanexpress/eslint-config-amex/compare/v16.2.0...v16.3.0) (2024-11-15)


### Features

* treat vite config files as dev files ([#130](https://github.com/americanexpress/eslint-config-amex/issues/130)) ([ef8c6ab](https://github.com/americanexpress/eslint-config-amex/commit/ef8c6abde9751c026c490212fba5c89e5b2a3c01))

# [16.2.0](https://github.com/americanexpress/eslint-config-amex/compare/v16.1.0...v16.2.0) (2024-10-23)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-amex",
"version": "16.2.0",
"version": "16.3.0",
"description": "American Express' ESLint config",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 12ad0f9

Please sign in to comment.