File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ npx eslint --init
3333```
3434or rename a template from the templates dir
3535``` sh
36- cp node_modules/@digitalbazaar/eslint-config/templates/node-recommended .js ./eslint.config.js
36+ cp node_modules/@digitalbazaar/eslint-config/templates/node.js ./eslint.config.js
3737```
3838
3939### Dependencies
@@ -81,7 +81,7 @@ export default [
8181
8282Recommended configs (listed above) exist for common use cases. They may be
8383sufficient on their own when using the opinionated code and file style used by
84- Digital Bazaar for specific types of pacakges . However, they can also be mixed
84+ Digital Bazaar for specific types of packages . However, they can also be mixed
8585and matched and modified as needed. Note that currently required plugin
8686dependencies must be manually installed when using recommended configs.
8787
You can’t perform that action at this time.
0 commit comments