Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
innocenzi committed Sep 17, 2024
1 parent e6ea442 commit 759e1f7
Show file tree
Hide file tree
Showing 27 changed files with 3,165 additions and 1,881 deletions.
19 changes: 0 additions & 19 deletions .editorconfig

This file was deleted.

5 changes: 0 additions & 5 deletions .eslintignore

This file was deleted.

3 changes: 0 additions & 3 deletions .eslintrc

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Test
run: nr test

- name: Typecheck
run: nr typecheck

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
tags:
- "v*"
- 'v*'

jobs:
release:
Expand Down
3 changes: 3 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import defineEslintConfig from '@innocenzi/eslint-config'

export default defineEslintConfig()
Loading

0 comments on commit 759e1f7

Please sign in to comment.