Skip to content

Commit

Permalink
recreating monorepo poc
Browse files Browse the repository at this point in the history
  • Loading branch information
fubhy committed Nov 15, 2023
1 parent 4b24f3e commit dd1f69a
Show file tree
Hide file tree
Showing 724 changed files with 1,588 additions and 78,467 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable no-undef */
module.exports = {
ignorePatterns: ["dist", "build", "*.mjs", "docs", "*.md"],
ignorePatterns: ["dist", "build", "docs", "*.mjs", "*.md"],
parser: "@typescript-eslint/parser",
parserOptions: {
ecmaVersion: 2018,
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ node_modules/
tmp/
dist/
build/
docs/examples/
docs/
.direnv/
9 changes: 0 additions & 9 deletions docs/_config.yml

This file was deleted.

4 changes: 0 additions & 4 deletions docs/index.md

This file was deleted.

Loading

0 comments on commit dd1f69a

Please sign in to comment.