Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
refactor: migrate to typescript
Browse files Browse the repository at this point in the history
Signed-off-by: tedraykov <tedraykov@gmail.com>
  • Loading branch information
tedraykov committed Oct 2, 2021
1 parent 53c0488 commit 595c1f4
Show file tree
Hide file tree
Showing 6 changed files with 12,456 additions and 21,487 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
node_modules
dist
13 changes: 13 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"extends": "@reactioncommerce/eslint-config/node",
"root": true,
"parser": "@typescript-eslint/parser",
"plugins": [
"@typescript-eslint"
],
"settings": {
"jest": {
"version": 26
}
}
}
Loading

0 comments on commit 595c1f4

Please sign in to comment.