Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #3261 from bbc/dep-updates
Browse files Browse the repository at this point in the history
Dev Dependency Updates
  • Loading branch information
amywalkerdev authored Mar 18, 2020
2 parents 775f151 + 3733e9b commit 9d4a3bb
Show file tree
Hide file tree
Showing 4 changed files with 843 additions and 2,723 deletions.
8 changes: 7 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,17 @@ module.exports = {
jsx: true,
},
},
plugins: ['prettier', 'json', 'jsx-a11y'],
plugins: ['prettier', 'json', 'jsx-a11y', 'import'],
rules: {
'react/jsx-props-no-spreading': 'off',
'react/jsx-one-expression-per-line': 'off',
'linebreak-style': process.platform === 'win32' ? 'off' : ['error', 'unix'],
'import/no-extraneous-dependencies': 'off',
'import/no-useless-path-segments': [
'error',
{
noUselessIndex: false,
},
],
},
};
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<!-- prettier-ignore -->
| Version | Description |
|---------|-------------|
| 2.0.102 | [PR#3261](https://github.com/bbc/psammead/pull/3261) Bumping dependencies |
| 2.0.101 | [PR#3251](https://github.com/bbc/psammead/pull/3251) Talos - Bump Dependencies - @bbc/psammead-most-read |
| 2.0.100 | [PR#3249](https://github.com/bbc/psammead/pull/3249) Talos - Bump Dependencies - @bbc/psammead-brand |
| 2.0.99 | [PR#3248](https://github.com/bbc/psammead/pull/3248) Talos - Bump Dependencies - @bbc/psammead-script-link |
Expand Down
Loading

0 comments on commit 9d4a3bb

Please sign in to comment.