Skip to content

Commit

Permalink
Merge pull request #564 from torusresearch/develop
Browse files Browse the repository at this point in the history
Release 3.0.0
  • Loading branch information
arch1995 authored Sep 8, 2023
2 parents ad465dd + 352d464 commit e0480ed
Show file tree
Hide file tree
Showing 25 changed files with 6,494 additions and 19,362 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 e0480ed

Please sign in to comment.