File tree Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Original file line number Diff line number Diff line change 2
2
3
3
This repository was made for beginners to start learning Javascript from Scratch
4
4
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
-
13
5
## Documentation
14
6
15
7
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)
29
21
```
30
22
3 . Now you can preview documentation site in your browser by visiting ` http://localhost:3000 ` .
31
23
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/ )
You can’t perform that action at this time.
0 commit comments