Skip to content

Commit

Permalink
Merge pull request #59 from nhsuk/nhsuk-frontend-update
Browse files Browse the repository at this point in the history
nhsuk frontend update
  • Loading branch information
pflynny authored Sep 29, 2021
2 parents 0412b7b + 7557269 commit 90e0f7e
Show file tree
Hide file tree
Showing 3 changed files with 17,780 additions and 800 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',
};
Loading

0 comments on commit 90e0f7e

Please sign in to comment.