Skip to content

Commit

Permalink
build(node): update node to v22, typescript to v5 and all possible de…
Browse files Browse the repository at this point in the history
…pendencies
  • Loading branch information
Raiper34 committed Oct 19, 2024
1 parent 8c05961 commit b60d4fa
Show file tree
Hide file tree
Showing 6 changed files with 12,424 additions and 11,164 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ jobs:
build:
working_directory: ~/my-project
docker:
- image: circleci/node:14-browsers
- image: cimg/node:22.9.0-browsers
steps:
- checkout
- restore_cache:
Expand Down
6 changes: 0 additions & 6 deletions .eslintrc.cjs

This file was deleted.

2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v14.20.1
v22.9.0
7 changes: 7 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import eslint from '@eslint/js';
import tseslint from 'typescript-eslint';

export default tseslint.config(
eslint.configs.recommended,
...tseslint.configs.recommended,
);
Loading

0 comments on commit b60d4fa

Please # to comment.