Added files for JavaScript and CSS, as well as a config file for JSHint

This commit is contained in:
Robert McGovern 2020-09-06 00:56:35 +01:00
parent 1402e37b82
commit 732f30c7df
4 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,5 @@
{
"esversion": 6,
"browser": true,
"strict": "global"
}

View File

@ -0,0 +1,2 @@
"use strict";

View File

@ -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"
}
```