Skip to content

Commit

Permalink
Merge branch 'develop' of /~https://github.com/near/near-sdk-js into ft…
Browse files Browse the repository at this point in the history
…-example-improvement
  • Loading branch information
idea404 committed Oct 13, 2022
2 parents d295b6e + 8f676ae commit dabae98
Show file tree
Hide file tree
Showing 34 changed files with 1,835 additions and 1,480 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/** @type {import('eslint').Linter.Config} */
module.exports = {
root: true,
env: {
Expand Down Expand Up @@ -41,6 +42,8 @@ module.exports = {
"build",
"./**/deps",
"deps",
"cli/**/*.ts",
"cli/**/*.js",
],
rules: {},
};
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ node_modules
yarn-error.log
vendor
.idea
deps
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ deps
build
node_modules
lib
cli

Loading

0 comments on commit dabae98

Please sign in to comment.