Skip to content

Commit

Permalink
transition to ts
Browse files Browse the repository at this point in the history
  • Loading branch information
dilanx committed Jun 26, 2022
1 parent d52cc53 commit 05416d1
Show file tree
Hide file tree
Showing 111 changed files with 31,332 additions and 68,697 deletions.
14 changes: 0 additions & 14 deletions .editorconfig

This file was deleted.

2 changes: 0 additions & 2 deletions .eslintignore

This file was deleted.

17 changes: 0 additions & 17 deletions .eslintrc.js

This file was deleted.

3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# See https://help.github.com/ignore-files/ for more about ignoring files.

# compiled
dist

# dependencies
node_modules
packages/debug
Expand Down
3 changes: 0 additions & 3 deletions .lintstagedrc

This file was deleted.

2 changes: 0 additions & 2 deletions .npmrc

This file was deleted.

8 changes: 3 additions & 5 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
/.vscode
/node_modules
/recipes
package.json
package-lock.json
.eslintrc.js
.editorconfig
README.md
recipes
jest.config.js
tsconfig.json
4 changes: 0 additions & 4 deletions .prettierrc.js

This file was deleted.

11 changes: 0 additions & 11 deletions .travis.yml

This file was deleted.

5 changes: 1 addition & 4 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"recommendations": [
"editorconfig.editorconfig",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"amatiasq.sort-imports"
"esbenp.prettier-vscode"
]
}
23 changes: 0 additions & 23 deletions .vscode/launch.json

This file was deleted.

20 changes: 0 additions & 20 deletions .vscode/settings.json

This file was deleted.

6 changes: 0 additions & 6 deletions PUBLISH.md

This file was deleted.

Loading

0 comments on commit 05416d1

Please sign in to comment.