Skip to content

Commit

Permalink
remove lint-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
shuowu committed Jun 21, 2022
1 parent a67f4c9 commit e8ddce4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 234 deletions.
1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

14 changes: 0 additions & 14 deletions .husky/pre-commit

This file was deleted.

16 changes: 1 addition & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"docs:myaccount": "node typedoc.js",
"generate:samples": "yarn workspace @okta/samples build && yarn install --ignore-scripts",
"dev:samples": "yarn workspace @okta/samples dev",
"prepare": "yarn build && husky install",
"prepare": "yarn build",
"start": "yarn workspace @okta/test.app start --open",
"stop": "kill -s TERM $(lsof -t -i:8080 -sTCP:LISTEN) || true",
"verify:package": "node scripts/verify-package.js"
Expand Down Expand Up @@ -164,7 +164,6 @@
"jest-runner": "^28.1.0",
"jest-runner-tsd": "^3.0.0",
"json-loader": "0.5.4",
"lint-staged": ">=10",
"lodash": "4.17.21",
"rollup": "^2.70.2",
"rollup-plugin-cleanup": "^3.2.1",
Expand Down Expand Up @@ -201,18 +200,5 @@
},
"tsd": {
"directory": "test/types"
},
"lint-staged": {
"*.{js,ts,jsx,tsx,cjs,mjs}": [
"eslint --fix"
],
"lib/myaccount/**/*": [
"yarn docs:myaccount",
"git add docs/myaccount"
],
"typedoc.js": [
"yarn docs:myaccount",
"git add docs/myaccount"
]
}
}
Loading

0 comments on commit e8ddce4

Please sign in to comment.