Skip to content

Commit

Permalink
Merge pull request #48 from torusresearch/master
Browse files Browse the repository at this point in the history
Rebase develop
  • Loading branch information
chaitanyapotti authored Dec 12, 2023
2 parents 5382c6a + ecd5a8b commit 83632c6
Show file tree
Hide file tree
Showing 17 changed files with 2,028 additions and 6,293 deletions.
17 changes: 17 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
require("@rushstack/eslint-patch/modern-module-resolution");

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

This file was deleted.

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 83632c6

Please sign in to comment.