Skip to content

Commit 6468d45

Browse files
authored
Added install instructions and discontinued JSHint
1 parent 6568ae3 commit 6468d45

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,16 @@
88

99
</p>
1010

11-
## Table of Contents
11+
## Setup :gear:
12+
13+
- Navigate inside your project
14+
- Install Babel-ESLint: <br>
15+
$ `npm install @babel/eslint-parser --save-dev`
16+
- Get the config: <br>
17+
$ `wget https://raw.githubusercontent.com/NullDevCo/JavaScript-Styleguide/master/.eslintrc`
18+
- Done! :)
19+
20+
## Table of Contents :bookmark_tabs:
1221

1322
1. :clipboard: [Types](#types)
1423
<details>
@@ -4194,7 +4203,6 @@
41944203
- [32.3](#resources--tools) **Tools**
41954204
- Code Style Linters
41964205
- [ESlint](https://eslint.org/) - [NullDev Style .eslintrc](https://github.com/NullDevCo/JavaScript-Styleguide/blob/master/.eslintrc)
4197-
- [JSHint](http://jshint.com/) - [NullDev Style .jshintrc](https://github.com/NullDevCo/JavaScript-Styleguide/blob/master/.jshintrc)
41984206
41994207
<a name="resources--further-reading"></a><a name="32.4"></a>
42004208
- [32.4](#resources--further-reading) **Further Reading**

0 commit comments

Comments
 (0)