Skip to content

Commit

Permalink
Merge branch 'main' into develop/beta
Browse files Browse the repository at this point in the history
  • Loading branch information
CodFrm committed Dec 4, 2022
2 parents 22925cb + ee34161 commit 4b286a9
Show file tree
Hide file tree
Showing 23 changed files with 5,263 additions and 2,025 deletions.
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false,
"vueIndentScriptAndStyle": false
"vueIndentScriptAndStyle": false,
"endOfLine": "auto"
}
2 changes: 2 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ module.exports = {
},
transformIgnorePatterns: ["node_modules/(?!(uuid|dexi|yaml))"],
setupFiles: ["./pkg/chrome-extension-mock/index.ts"],
moduleDirectories: ["node_modules", "src"],
watch: false,
};
Loading

0 comments on commit 4b286a9

Please sign in to comment.