Skip to content

Commit

Permalink
Add Deno configuration and update type definitions (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
NarHakobyan authored Nov 23, 2024
1 parent 7584fca commit 85d1d03
Show file tree
Hide file tree
Showing 92 changed files with 11,578 additions and 3,192 deletions.
360 changes: 0 additions & 360 deletions .eslintrc.js

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 22
node-version: lts/*

# ESLint and Prettier must be in `package.json`
- name: Install Node.js dependencies
run: yarn

- name: Run linters
uses: wearerequired/lint-action@v1
uses: wearerequired/lint-action@v2
with:
eslint: true
eslint_extensions: ts
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn lint-staged
Binary file not shown.
Loading

0 comments on commit 85d1d03

Please sign in to comment.