Skip to content

Commit

Permalink
Move to typescript 5 and clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Sep 7, 2023
1 parent c06d541 commit 672ce4d
Show file tree
Hide file tree
Showing 25 changed files with 6,490 additions and 19,358 deletions.
2 changes: 0 additions & 2 deletions .browserslistrc

This file was deleted.

5 changes: 0 additions & 5 deletions .editorconfig

This file was deleted.

13 changes: 13 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
require("@rushstack/eslint-patch/modern-module-resolution");

module.exports = {
root: true,
extends: ["@toruslabs/eslint-config-typescript"],
parser: "@typescript-eslint/parser",
ignorePatterns: ["*.config.js", ".eslintrc.js", "*.config.mjs"],
parserOptions: {
sourceType: "module",
ecmaVersion: 2022,
project: "./tsconfig.json",
},
};
11 changes: 0 additions & 11 deletions .eslintrc.json

This file was deleted.

2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
>=16.18.1
>=18.x
3 changes: 2 additions & 1 deletion .prettierrc.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# .prettierrc or .prettierrc.yaml
printWidth: 150
singleQuote: false
semi: true
semi: true
trailingComma: es5
Loading

0 comments on commit 672ce4d

Please sign in to comment.