Added files for JavaScript and CSS, as well as a config file for JSHint
This commit is contained in:
parent
1402e37b82
commit
732f30c7df
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"esversion": 6,
|
||||||
|
"browser": true,
|
||||||
|
"strict": "global"
|
||||||
|
}
|
|
@ -0,0 +1,2 @@
|
||||||
|
"use strict";
|
||||||
|
|
|
@ -0,0 +1,13 @@
|
||||||
|
6th Sept 2020
|
||||||
|
|
||||||
|
Next project, decided to go for something slightly different with a little JavaScript required.
|
||||||
|
Added basic files for css and javascript, including a .jshintrc file
|
||||||
|
|
||||||
|
```
|
||||||
|
{
|
||||||
|
"esversion": 6,
|
||||||
|
"browser": true,
|
||||||
|
"strict": "global"
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
Reference in New Issue