Skip to content

Commit

Permalink
fix: cannot read config eslint-config-prettier/@typescript-eslint.js
Browse files Browse the repository at this point in the history
For now the ./weaver/ folder has been ignored by the root ESLint config.
This is a temporary fix given that ultimately we should be linting the
entire codebase.

I'll open a follow-up issue to cover the task of turning ESLint back on
for the code under ./weaver/

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
  • Loading branch information
petermetz committed Feb 28, 2023
1 parent d26cc9e commit 6335787
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"Albertirsa",
"ALLFORTX",
"ANYFORTX",
"AWSSM",
"APIV",
"approveformyorg",
"Authz",
"authzn",
"AWSSM",
"Besu",
"Bools",
"brioux",
Expand All @@ -23,6 +23,7 @@
"ccid",
"celo",
"cids",
"clsx",
"commenceack",
"configtx",
"Corda",
Expand All @@ -47,10 +48,12 @@
"GETHKEYCHAINPASSWORD",
"ghcr",
"gopath",
"goquorum",
"grpc",
"grpcs",
"grpcwebtext",
"guks",
"hada",
"hashicorp",
"Healthcheck",
"htlc",
Expand Down Expand Up @@ -123,22 +126,20 @@
"supervisord",
"svcs",
"sykesm",
"TEZOS",
"tezos",
"TEZOS",
"thream",
"tlsca",
"tlscacerts",
"txid",
"txqueue",
"Uisrs",
"undici",
"Unmarshal",
"uuidv",
"vscc",
"wasm",
"Xdai",
"goquorum",
"hada",
"undici"
"Xdai"
],
"dictionaries": [
"typescript,node,npm,go,rust"
Expand Down
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ packages/cactus-cmd-socketio-server/**
packages/cactus-plugin-ledger-connector-sawtooth-socketio/**
packages/cactus-plugin-ledger-connector-go-ethereum-socketio/**
packages/cactus-plugin-ledger-connector-*-socketio/**

weaver/**

0 comments on commit 6335787

Please sign in to comment.