Skip to content

Commit

Permalink
remove husky
Browse files Browse the repository at this point in the history
  • Loading branch information
alanhamlett committed Sep 3, 2024
1 parent 1688d6b commit fe3c5b0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 318 deletions.
29 changes: 2 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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.
Expand Down
Loading

0 comments on commit fe3c5b0

Please sign in to comment.