Skip to content

Commit

Permalink
Add package.json for eslint dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mgsloan committed Jan 24, 2023
1 parent 0df44f1 commit 6e1dd32
Show file tree
Hide file tree
Showing 4 changed files with 2,180 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ node_modules
/etc/secrets.json
/etc/notes.md
/etc/monitor.js
/package-lock.json
5 changes: 3 additions & 2 deletions development.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ propose a new feature!

# Running eslint

First, install eslint:
First, install eslint. The `package.json` only contains the dev
dependencies for eslint and upload automation:

```
npm install --dev eslint eslint-config-google
npm install
```

Then, run `eslint.sh` to use it to do checking.
Expand Down
Loading

0 comments on commit 6e1dd32

Please sign in to comment.