Skip to content

Commit

Permalink
fix(docs): Use PascalCase import for "global" in CommonJS Node.js set…
Browse files Browse the repository at this point in the history
…up example.
  • Loading branch information
junhaoliao authored Jan 13, 2025
1 parent d2ed2f2 commit f3593f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ objects into your own configuration array:

1. For use with a CommonJS Node.js project:
```javascript
import globals from "globals";
import Globals from "globals";

import CommonConfig from "eslint-config-yscope/CommonConfig.mjs";
import StylisticConfigArray from "eslint-config-yscope/StylisticConfigArray.mjs";
Expand Down

0 comments on commit f3593f7

Please sign in to comment.