Skip to content

Commit

Permalink
chore: stop linting commit message (#2044)
Browse files Browse the repository at this point in the history
* rm commit-msg husky hook

* rm deps

* rm .yarn/install-state.gz
  • Loading branch information
abernier committed Aug 25, 2024
1 parent 67c7cab commit bc8607e
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 383 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ yarn-error.log
.size-snapshot.json
__diff_output__
test-results
.yarn/install-state.gz
4 changes: 0 additions & 4 deletions .husky/commit-msg

This file was deleted.

Binary file removed .yarn/install-state.gz
Binary file not shown.
12 changes: 0 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,6 @@
"types": "index.d.ts",
"react-native": "native/index.cjs.js",
"sideEffects": false,
"commitlint": {
"extends": [
"@commitlint/config-conventional"
],
"rules": {
"body-max-line-length": [
0
]
}
},
"scripts": {
"build": "rimraf dist && yarn typegen && rollup -c && yarn copy",
"prepare": "yarn build && husky install",
Expand Down Expand Up @@ -89,8 +79,6 @@
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.5",
"@chromatic-com/storybook": "^1",
"@commitlint/cli": "^12.0.1",
"@commitlint/config-conventional": "^12.0.1",
"@playwright/test": "^1.45.2",
"@react-three/fiber": "^8.0.8",
"@rollup/plugin-babel": "^5.3.0",
Expand Down
Loading

0 comments on commit bc8607e

Please sign in to comment.