Skip to content

Commit

Permalink
Merge pull request #22 from nhsuk/upgrade-packages
Browse files Browse the repository at this point in the history
npm update
  • Loading branch information
prembonsall authored May 26, 2021
2 parents 2ce3372 + 4fbce2d commit 7c6ecc3
Show file tree
Hide file tree
Showing 4 changed files with 2,739 additions and 3,814 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',
};
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
local.settings.json
node_modules/
globalConfig.json
Loading

0 comments on commit 7c6ecc3

Please sign in to comment.