css is bad

This commit is contained in:
Ben Kyd
2021-04-01 03:10:44 +01:00
parent e19dc7e195
commit 5e619de564
6 changed files with 1668 additions and 72 deletions

22
package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "scrabble",
"version": "1.0.0",
"description": "G600 L4 Application Programming Coursework 2020",
"main": "n/a",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ben Kyd <benjaminkyd@gmail.com> (https://benkyd.co.uk)",
"license": "UNLICENSED",
// "eslintConfig": {
// "extends": "portsoc",
// "root": true,
// "env": {
// "browser": true
// }
// },
"dependencies": {
"eslint": "^7.23.0",
"eslint-config-portsoc": "^0.8.1"
}
}