From 389d0a3a7da545db1b2d3be58553ed8ab95375ad Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" Date: Mon, 8 Aug 2022 12:03:56 +1000 Subject: [PATCH] test(eth-pm*): add spelling file --- eth-pm-wallet-encryption/package.json | 2 +- eth-pm/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eth-pm-wallet-encryption/package.json b/eth-pm-wallet-encryption/package.json index aea922a..b68f99d 100644 --- a/eth-pm-wallet-encryption/package.json +++ b/eth-pm-wallet-encryption/package.json @@ -29,7 +29,7 @@ "test": "run-s build test:*", "test:lint": "eslint src --ext .ts --ext .tsx", "test:prettier": "prettier \"src/**/*.{ts,tsx}\" \"./*.json\" --list-different", - "test:spelling": "cspell \"{README.md,src/**/*.{ts,tsx},public/**/*.html}\" -c ../../.cspell.json", + "test:spelling": "cspell \"{README.md,src/**/*.{ts,tsx},public/**/*.html}\" -c ../.cspell.json", "fix:prettier": "prettier \"src/**/*.{ts,tsx}\" \"./*.json\" --write", "fix:lint": "eslint src --ext .ts --ext .tsx --fix" }, diff --git a/eth-pm/package.json b/eth-pm/package.json index 33b4551..ec4f754 100644 --- a/eth-pm/package.json +++ b/eth-pm/package.json @@ -25,7 +25,7 @@ "test": "run-s build test:*", "test:lint": "eslint src --ext .ts --ext .tsx", "test:prettier": "prettier \"src/**/*.{ts,tsx}\" \"./*.json\" --list-different", - "test:spelling": "cspell \"{README.md,src/**/*.{ts,tsx},public/**/*.html}\" -c ../../.cspell.json", + "test:spelling": "cspell \"{README.md,src/**/*.{ts,tsx},public/**/*.html}\" -c ../.cspell.json", "fix:prettier": "prettier \"src/**/*.{ts,tsx}\" \"./*.json\" --write", "fix:lint": "eslint src --ext .ts --ext .tsx --fix" },