Skip to content

Commit

Permalink
Merge branch 'master' into retrystrategy
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-jy authored Oct 23, 2023
2 parents 15d7523 + 74442f2 commit aba19ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ module.exports = {
'arrow-spacing': ['warn'],
'block-spacing': ['warn'],
'brace-style': ['warn', '1tbs'],
'camelcase': ['warn'],
'comma-spacing': ['warn'],
'curly': ['warn', 'all'],
'eqeqeq': ['warn'],
'indent': ['warn', 2],
'key-spacing': ['warn'],
'keyword-spacing': ['warn'],
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
},
"scripts": {
"lint:check": "eslint",
"lint:check:all": "eslint lib system_test test",
"lint:check:all": "eslint lib samples system_test test",
"lint:check:all:errorsOnly": "npm run lint:check:all -- --quiet",
"lint:fix": "eslint --fix",
"test": "mocha -timeout 180000 --recursive --full-trace test/unit/**/*.js test/unit/*.js",
"test:integration": "mocha -timeout 180000 --recursive --full-trace test/integration/**/*.js test/integration/*.js",
Expand Down

0 comments on commit aba19ae

Please sign in to comment.