Skip to content

Commit

Permalink
Merge pull request #46 from torusresearch/PD-4287-Stack-Upgrades-Nov-…
Browse files Browse the repository at this point in the history
…2024--

Pd 4287 stack upgrades nov 2024
  • Loading branch information
chaitanyapotti authored Jan 3, 2025
2 parents 862720b + f9a8951 commit 31e1d97
Show file tree
Hide file tree
Showing 14 changed files with 3,981 additions and 6,135 deletions.
24 changes: 0 additions & 24 deletions .eslintignore

This file was deleted.

22 changes: 0 additions & 22 deletions .eslintrc.js

This file was deleted.

3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- name: Install dependencies
run: npm install

- name: Run lint
run: npm run lint

- name: Run build
run: npm run build

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- name: Install dependencies
run: npm install

- name: Run lint
run: npm run lint

- name: Run build
run: npm run build

Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
>=18.x
>=20.x
3 changes: 3 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import toruslabsTypescript from "@toruslabs/eslint-config-node";

export default [...toruslabsTypescript];
Loading

0 comments on commit 31e1d97

Please sign in to comment.