Skip to content

Commit

Permalink
docs: fix "module.export" wrong spells (#590)
Browse files Browse the repository at this point in the history
should be module.exports
  • Loading branch information
EasonLin0716 authored Dec 27, 2024
1 parent 9baee55 commit 6e51a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/started.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Example `.eslintrc.js`:
For example:

```js
module.export = {
module.exports = {
extends: [
'eslint:recommended',
// Recommended
Expand Down

0 comments on commit 6e51a48

Please sign in to comment.