Skip to content

Commit eb16c99

Browse files
authored
fix(ci): upgrade unicorn to 46 to fix eslint 8.40
Recent eslint 8.40 broke, because of sindresorhus/eslint-plugin-unicorn#2076
1 parent afea456 commit eb16c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v3
1313
- name: Install dependencies
14-
run: yarn && yarn add -D eslint-config-airbnb-base@^15 eslint-plugin-unicorn@^45 eslint-plugin-jest@^26.9.0 @typescript-eslint/eslint-plugin @typescript-eslint/parser typescript
14+
run: yarn && yarn add -D eslint-config-airbnb-base@^15 eslint-plugin-unicorn@^46 eslint-plugin-jest@^26.9.0 @typescript-eslint/eslint-plugin @typescript-eslint/parser typescript
1515
- name: Lint JS and LESS files
1616
run: npm run lint
1717
- name: Assert LESS files formatting using Prettier

0 commit comments

Comments
 (0)