added the rules
This commit is contained in:
parent
a74fdf0b38
commit
e557fb8d0f
8 changed files with 4793 additions and 0 deletions
9
.jshintrc
Normal file
9
.jshintrc
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"esversion" : 8,
|
||||
"browser" : true,
|
||||
"globals": {
|
||||
"confirm": true,
|
||||
"console": true
|
||||
},
|
||||
"strict": "global"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue