Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactored and updated #12

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open
6 changes: 4 additions & 2 deletions .cspell.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"version": "0.1",
"version": "0.2",
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/master/cspell.schema.json",
"language": "en",
"words": [
"bitjson",
"bitauth",
"bitjson",
"cimg",
"circleci",
"codecov",
Expand All @@ -19,6 +19,8 @@
"mkdir",
"prettierignore",
"sandboxed",
"showable",
"symbl",
"transpiled",
"typedoc",
"untracked"
Expand Down
13 changes: 10 additions & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"plugin:@typescript-eslint/recommended",
"plugin:import/typescript",
"plugin:functional/lite",
"prettier",
"prettier/@typescript-eslint"
"prettier"
],
"globals": { "BigInt": true, "console": true, "WebAssembly": true },
"rules": {
Expand All @@ -29,6 +28,14 @@
"sort-imports": [
"error",
{ "ignoreDeclarationSort": true, "ignoreCase": true }
]
],
"functional/no-class":"Off",
"functional/no-let":"Off",
"functional/no-throw-statement":"Off",
"functional/no-this-expression":"Off",
"functional/functional-parameters":"Off",
"functional/immutable-data":"Off",
"functional/no-return-void":"Off",
"functional/prefer-readonly-type":"Off"
}
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ src/**.js
coverage
*.log
yarn.lock
.scannerwork
Loading