remove husky

This commit is contained in:
Alan Hamlett
2024-09-03 18:20:15 +02:00
parent 1688d6b8f2
commit fe3c5b0e70
3 changed files with 2 additions and 318 deletions

View File

@@ -32,24 +32,9 @@ Note: Activity from this Chrome extension will not display on leaderboards, so i
## Development instructions
> For development purposes only.
To get started, install NPM and Bower dependencies, and do an initial build with Gulp:
```
npm start
```
To build the extension once:
```
npm run gulp
```
To monitor changes:
```
npm run watch
npm i --include=dev
npm run dev
```
Run tests:
@@ -58,16 +43,6 @@ Run tests:
npm test
```
Lint code _(Both JS and JSX)_:
```
jsxhint --jsx-only .
```
### Automatic code linting
There is a precommit hook that lints the code before commiting the changes.
### Troubleshooting
Check for errors by inspecting the extension.