Skip to content

Commit

Permalink
implements no-modal package with all the core folders
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1995 committed Jan 18, 2025
1 parent 02b0d16 commit ac8675f
Show file tree
Hide file tree
Showing 399 changed files with 1,015 additions and 4,487 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
root: true,
extends: ["@toruslabs/eslint-config-typescript"],
parser: "@typescript-eslint/parser",
ignorePatterns: ["*.config.js", ".eslintrc.js"],
ignorePatterns: ["*.config.js", ".eslintrc.js", "*.config.mjs"],
parserOptions: {
sourceType: "module",
ecmaVersion: 2022,
Expand Down
Loading

0 comments on commit ac8675f

Please sign in to comment.