Skip to content

Commit

Permalink
Remove pre-commit hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandratran committed Jun 23, 2023
1 parent 13e88ad commit 292f8ab
Show file tree
Hide file tree
Showing 10 changed files with 12,937 additions and 118 deletions.
24 changes: 0 additions & 24 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

48 changes: 0 additions & 48 deletions .github/pull_request_template.md

This file was deleted.

2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
.vercel
.idea
.yarn
4 changes: 0 additions & 4 deletions .husky/commit-msg

This file was deleted.

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

This file was deleted.

4 changes: 0 additions & 4 deletions .husky/prepare-commit-msg

This file was deleted.

20 changes: 5 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,7 @@
# ConsenSys gnark
# gnark documentation

This documentation repo is built using [Docusaurus 2](https://docusaurus.io/).
This documentation repository is built using [Docusaurus](https://docusaurus.io/), and the doc
site is published at [`docs.gnark.consensys.net`](https://docs.gnark.consensys.net/).

### Local Development

$ npm install
$ npm run prepare
$ npm start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

### Build

$ npm run build

This command generates static content into the `build` directory and can be served using any static contents hosting service.
View the [ConsenSys doc contribution guidelines](https://docs-template.consensys.net/) for
information about submitting documentation changes and previewing the site locally.
16 changes: 0 additions & 16 deletions package-lock.json

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

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"lint:spelling": "cspell \"**\" --no-progress",
"lint:style": "stylelint \"**/*.css\"",
"lint:fix": "npm run lint:js -- --fix",
"format": "prettier --write '{blog,docs,src,static}/**/*.{md,mdx,ts,js,tsx,jsx,json}'",
"prepare": "node -e \"if (process.env.NODE_ENV !== 'production'){process.exit(1)} \" || husky install"
"format": "prettier --write '{blog,docs,src,static}/**/*.{md,mdx,ts,js,tsx,jsx,json}'"
},
"lint-staged": {
"src/**/*.{ts,js,jsx,tsx}": "npm run lint:fix",
Expand Down Expand Up @@ -68,7 +67,6 @@
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"prettier": "^2.8.7",
"semantic-release": "^21.0.0",
Expand Down
Loading

0 comments on commit 292f8ab

Please sign in to comment.