Skip to content

Commit

Permalink
chore: bump deps 💾
Browse files Browse the repository at this point in the history
  • Loading branch information
bricss committed Apr 30, 2024
1 parent 172067d commit 61ab306
Show file tree
Hide file tree
Showing 5 changed files with 822 additions and 757 deletions.
3 changes: 0 additions & 3 deletions .eslintrc.js

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
node: [ 18, 20, 21 ]
node: [ 18, 20, 22 ]
os: [ ubuntu-latest ]
steps:
- name: Clone repo
Expand Down
8 changes: 8 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import ultraRefined from 'eslint-config-ultra-refined';

export default [
...ultraRefined,
{
ignores: ['dist'],
},
];
Loading

0 comments on commit 61ab306

Please sign in to comment.