Added code checking configurations, gitignore and pre commit config
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
.pre-commit-config.yaml
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
... | ... | @@ -11,5 +11,10 @@ |
"url": "https://gitlab.doc.ic.ac.uk/sweng-group-15/drawing-app.git" | ||
}, | ||
"author": "sweng-group-15", | ||
"license": "MIT" | ||
"license": "MIT", | ||
"devDependencies": { | ||
"eslint": "^6.5.1", | ||
"pre-commit": "^1.2.2", | ||
"prettier": "^1.18.2" | ||
} | ||
} |
Please register or sign in to comment