Skip to content

Commit

Permalink
Merge branch 'master' into ci-terraform-deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemonteith authored May 26, 2021
2 parents a379fc3 + 7c6ecc3 commit f0abd6b
Show file tree
Hide file tree
Showing 4 changed files with 2,740 additions and 3,815 deletions.
12 changes: 6 additions & 6 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
"env": {
"browser": true,
"es6": true
},
"extends": "nhsuk",
}
env: {
browser: true,
es6: true,
},
extends: 'nhsuk',
};
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
local.settings.json
node_modules/
globalConfig.json
terraform/.terraform*
dist/
dist/
Loading

0 comments on commit f0abd6b

Please sign in to comment.