Skip to content

Commit

Permalink
Merge pull request #10 from UKHomeOffice/improvement/add-package-lock
Browse files Browse the repository at this point in the history
Add eslint build step and package-lock
  • Loading branch information
gaz1634 authored Nov 10, 2022
2 parents ec1d871 + ceca489 commit 951ed61
Show file tree
Hide file tree
Showing 3 changed files with 1,937 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
module.exports = {
"env": {
"node": true,
"browser": true,
"commonjs": true,
"es2021": true
},
"extends": "eslint:recommended",
"overrides": [
],
"parserOptions": {
"ecmaVersion": "latest"
},
"rules": {
}
}
Loading

0 comments on commit 951ed61

Please sign in to comment.