Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 113ba82

Browse files
authored
Merge pull request #44 from ripe-tech/ms/fix-eslint-problems
fix: eslint dependencies problem
2 parents 0a35a1c + dfb37f3 commit 113ba82

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717

1818
### Fixed
1919

20-
*
20+
* Fix eslint dependencies problems
2121

2222
## [0.1.1] - 2021-05-17
2323

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,17 @@
7777
"@storybook/source-loader": "^6.4.19",
7878
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.6",
7979
"babel-loader": "^8.2.3",
80+
"cheerio": "=1.0.0-rc.3",
8081
"cross-env": "7.0.3",
8182
"css-loader": "^6.6.0",
8283
"enzyme": "^3.11.0",
8384
"eslint": "^8.9.0",
8485
"eslint-config-hive": "^0.5.3",
86+
"eslint-config-standard": "^17.0.0",
87+
"eslint-plugin-import": "^2.26.0",
88+
"eslint-plugin-mocha": ">=10.0.0 && <10.0.3",
89+
"eslint-plugin-node": "^11.1.0",
90+
"eslint-plugin-promise": "^6.0.0",
8591
"eslint-plugin-react": "^7.28.0",
8692
"jsdom": "^19.0.0",
8793
"mocha": "^9.2.1",

0 commit comments

Comments
 (0)