Skip to content

Commit

Permalink
feat: simplified scenes API without step and enter
Browse files Browse the repository at this point in the history
BREAKING CHANGE: The new API is backwards incompatible.
  • Loading branch information
IlyaSemenov committed Jan 23, 2022
1 parent 328d01f commit 0cc902f
Show file tree
Hide file tree
Showing 22 changed files with 1,060 additions and 465 deletions.
1 change: 1 addition & 0 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
BOT_TOKEN=xxx:yyy
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports = {
"simple-import-sort/imports": "warn",
"simple-import-sort/exports": "warn",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-non-null-assertion": "off",
"@typescript-eslint/explicit-module-boundary-types": "off",
},
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/dist/
/node_modules/
.env
Loading

0 comments on commit 0cc902f

Please sign in to comment.