summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatthew Miller <matthew@millerti.me>2021-08-02 14:14:36 -0700
committerMatthew Miller <matthew@millerti.me>2021-08-02 14:14:36 -0700
commit9075fee4870d50d536880a74b8b13689be8fb8d4 (patch)
tree1a7139cb608e9266bb8c1c01423bc2ceffc711e4
parent69cb3ca445c4e5a35c0a8745a1723b81b7851b4d (diff)
Update lint command
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 427d69d..7d1ec18 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
"private": true,
"scripts": {
"bootstrap": "npm run build:types && npm run build:testing && npm run build:browser && npm run build:server",
- "lint": "prettier --write packages/ example/ && eslint --fix packages/ example/",
+ "lint": "prettier --write packages/**/src/**/*.ts example/**/*.ts && eslint --fix packages/**/src/**/*.ts example/**/*.ts",
"docs": "npm run bootstrap && typedoc --tsconfig tsconfigdoc.json",
"test": "lerna run test",
"build:types": "lerna bootstrap --scope=@simplewebauthn/typescript-types",