Skip to content

Commit

Permalink
Merge pull request #2017 from OriginTrail/v6/prerelease/testnet
Browse files Browse the repository at this point in the history
OriginTrail 6.0.0-beta.2.0 Testnet Release
  • Loading branch information
djordjekovac authored Aug 19, 2022
2 parents 9382339 + 60b4293 commit 9ab42ca
Show file tree
Hide file tree
Showing 215 changed files with 24,216 additions and 52,751 deletions.
10 changes: 9 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
extends: ['airbnb/base', 'prettier'],
parserOptions: {
sourceType: 'module',
ecmaVersion: 2017,
ecmaVersion: 2021,
},
rules: {
'linebreak-style': ['error', 'unix'],
Expand All @@ -19,4 +19,12 @@ module.exports = {
'no-continue': 1,
'no-underscore-dangle': 0,
},
"overrides": [
{
"files": ["*.test.js", "*.spec.js"],
"rules": {
"no-unused-expressions": "off"
}
}
]
};
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
Expand Down Expand Up @@ -108,4 +107,5 @@ dist

.DS_Store

data
data*
.vscode/launch.json
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

#npm run lint-staged
npm run lint-staged
26 changes: 0 additions & 26 deletions .origintrail_noderc_example

This file was deleted.

Loading

0 comments on commit 9ab42ca

Please sign in to comment.