File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 8
8
9
9
</p >
10
10
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 :
12
21
13
22
1 . :clipboard : [ Types] ( #types )
14
23
<details >
4194
4203
- [32.3](#resources--tools) **Tools**
4195
4204
- Code Style Linters
4196
4205
- [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)
4198
4206
4199
4207
<a name="resources--further-reading"></a><a name="32.4"></a>
4200
4208
- [32.4](#resources--further-reading) **Further Reading**
You can’t perform that action at this time.
0 commit comments