Skip to content

Commit d2c3611

Browse files
committed
Merge branch 'release/1.1.30'
2 parents 9d3aa5a + cb564b5 commit d2c3611

File tree

4 files changed

+153
-18
lines changed

4 files changed

+153
-18
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.config.js

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.1.30] - 2024-01-15
6+
7+
### Miscellaneous Tasks
8+
9+
- Ignore configuration files by `eslint`
10+
511
## [1.1.29] - 2024-01-15
612

713
### Miscellaneous Tasks

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs-lingui-template",
3-
"version": "1.1.29",
3+
"version": "1.1.30",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -51,6 +51,7 @@
5151
"eslint": "8.56.0",
5252
"eslint-config-next": "14.0.4",
5353
"eslint-config-prettier": "9.1.0",
54+
"eslint-plugin-prettier": "5.1.3",
5455
"eslint-plugin-lingui": "0.2.2",
5556
"eslint-plugin-tailwindcss": "3.13.1",
5657
"eslint-plugin-unicorn": "50.0.1",
@@ -65,5 +66,8 @@
6566
"prettier-plugin-tailwindcss": "0.5.11",
6667
"serve": "14.2.1",
6768
"typescript": "5.3.3"
69+
},
70+
"resolutions": {
71+
"@babel/traverse": ">=7.23.2"
6872
}
6973
}

pnpm-lock.yaml

Lines changed: 141 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)