Skip to content

Commit

Permalink
chore: remove website (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasribeiroo authored Feb 4, 2024
1 parent ee356ee commit f65c815
Show file tree
Hide file tree
Showing 103 changed files with 12 additions and 3,411 deletions.
11 changes: 9 additions & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,15 @@
"ecmaVersion": "latest",
"sourceType": "script"
},
"plugins": ["@typescript-eslint", "import/typescript"],
"ignorePatterns": ["**/dist/*", "**/typing/*", "**/apps/*", "**/*.wasm"],
"plugins": [
"@typescript-eslint",
"import/typescript"
],
"ignorePatterns": [
"**/dist/*",
"**/typing/*",
"**/*.wasm"
],
"rules": {
"@typescript-eslint/ban-ts-comment": "error",
"@typescript-eslint/ban-types": "error",
Expand Down
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
/packages/**/src
/.vscode
/test.js
/apps
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
apps
node_modules
.vscode
.github
3 changes: 0 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"eslint.workingDirectories": [
{
"pattern": "./apps/*"
},
{
"pattern": "./packages/*"
}
Expand Down
3 changes: 0 additions & 3 deletions apps/guide/.eslintrc.json

This file was deleted.

1 change: 0 additions & 1 deletion apps/guide/.gitattributes

This file was deleted.

22 changes: 0 additions & 22 deletions apps/guide/.gitignore

This file was deleted.

4 changes: 0 additions & 4 deletions apps/guide/.vscode/extensions.json

This file was deleted.

11 changes: 0 additions & 11 deletions apps/guide/.vscode/launch.json

This file was deleted.

120 changes: 0 additions & 120 deletions apps/guide/astro.config.ts

This file was deleted.

67 changes: 0 additions & 67 deletions apps/guide/package.json

This file was deleted.

13 changes: 0 additions & 13 deletions apps/guide/public/favicon.svg

This file was deleted.

76 changes: 0 additions & 76 deletions apps/guide/src/components/SidebarLayout.astro

This file was deleted.

1 change: 0 additions & 1 deletion apps/guide/src/env.d.ts

This file was deleted.

Loading

0 comments on commit f65c815

Please sign in to comment.