Skip to content

Commit

Permalink
fix(ci): upgrade unicorn to 46 to fix eslint 8.40
Browse files Browse the repository at this point in the history
Recent eslint 8.40 broke, because of 
sindresorhus/eslint-plugin-unicorn#2076
  • Loading branch information
lubber-de committed May 8, 2023
1 parent afea456 commit eb16c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- name: Install dependencies
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
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
- name: Lint JS and LESS files
run: npm run lint
- name: Assert LESS files formatting using Prettier
Expand Down

0 comments on commit eb16c99

Please sign in to comment.