Skip to content

Commit dfc4cd7

Browse files
authored
Update README.md
1 parent db7e562 commit dfc4cd7

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

README.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22

33
This repository was made for beginners to start learning Javascript from Scratch
44

5-
## ESLint
6-
7-
After making your changes or adding your contributions, lint your javascript files with eslint by running following command
8-
9-
```sh
10-
$ npm run lint:fix
11-
```
12-
135
## Documentation
146

157
This repository uses [Docsify](https://docsify.js.org) for generating documentation website on the fly.
@@ -29,3 +21,17 @@ read this issue [#299](https://github.com/Swap76/Learn-JavaScript/issues/299)
2921
```
3022
3. Now you can preview documentation site in your browser by visiting `http://localhost:3000`.
3123

24+
## ESLint
25+
26+
After making your changes or adding your contributions, lint your javascript files with eslint by running following command.
27+
While linting many errors may arise don't try to fix errors from other files except yours as this is tutorial repo some mistakes are intenstion.
28+
29+
```sh
30+
$ npm run lint:fix
31+
```
32+
33+
## References
34+
35+
1. [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript)
36+
37+
2. [w3schools](https://www.w3schools.com/js/)

0 commit comments

Comments
 (0)