Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ npx eslint --init
```
or rename a template from the templates dir
```sh
cp node_modules/@digitalbazaar/eslint-config/templates/node-recommended.js ./eslint.config.js
cp node_modules/@digitalbazaar/eslint-config/templates/node.js ./eslint.config.js
```

### Dependencies
Expand Down Expand Up @@ -81,7 +81,7 @@ export default [

Recommended configs (listed above) exist for common use cases. They may be
sufficient on their own when using the opinionated code and file style used by
Digital Bazaar for specific types of pacakges. However, they can also be mixed
Digital Bazaar for specific types of packages. However, they can also be mixed
and matched and modified as needed. Note that currently required plugin
dependencies must be manually installed when using recommended configs.

Expand Down