Skip to content

Commit 6e51a48

Browse files
authoredDec 27, 2024
docs: fix "module.export" wrong spells (#590)
should be module.exports
1 parent 9baee55 commit 6e51a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Example `.eslintrc.js`:
9898
For example:
9999

100100
```js
101-
module.export = {
101+
module.exports = {
102102
extends: [
103103
'eslint:recommended',
104104
// Recommended

0 commit comments

Comments
 (0)