Skip to content

Commit

Permalink
chore(linting): restore auto-linting (#1615)
Browse files Browse the repository at this point in the history
* downgrades husky to v4 - lint-staged/lint-staged#952
* excludes husky from dependency-updating script in the meantime
  • Loading branch information
jcfranco committed Feb 25, 2021
1 parent 9c32eb0 commit 231a19a
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 6 deletions.
120 changes: 116 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -19,7 +19,7 @@
"build": "npm run util:copy-icons && stencil build && npm run util:add-custom-elements-index-mjs && npm run util:build-custom-elements-output-utils",
"build:watch": "npm run util:copy-icons && stencil build --watch && npm run util:add-custom-elements-index-mjs",
"build:watch-dev": "npm run util:copy-icons && stencil build --dev --watch && npm run util:add-custom-elements-index-mjs",
"deps:update": "updtr --ex @types/jest @types/puppeteer jest jest-cli puppeteer && git add package*.json && git commit -q -m \"build(deps): bump versions\"",
"deps:update": "updtr --exclude @types/jest @types/puppeteer husky jest jest-cli puppeteer && git add package*.json && git commit -q -m \"build(deps): bump versions\"",
"docs": "concurrently --kill-others --raw \"npm:util:build-docs && build-storybook --static-dir ./__docs-temp__ --output-dir ./docs\" \"ts-node ./support/tempDocDirCleaner.ts\"",
"docs:preview": "concurrently --raw \"npm:util:build-docs && start-storybook --static-dir ./__docs-temp__\" \"ts-node ./support/tempDocDirCleaner.ts\"",
"lint": "concurrently npm:lint:*",
Expand Down Expand Up @@ -112,7 +112,7 @@
"eslint-plugin-react": "7.22.0",
"gh-release": "5.0.0",
"git-semver-tags": "4.1.1",
"husky": "5.1.1",
"husky": "4.3.8",
"jest": "26.6.3",
"jest-axe": "4.1.0",
"jest-cli": "26.6.3",
Expand Down

0 comments on commit 231a19a

Please sign in to comment.