Skip to content

Commit

Permalink
Fix version of ESLint config
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmeuli committed Mar 18, 2019
1 parent 89e1c11 commit 694be8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@samuelmeuli/eslint-config": "^2.0.0",
"@samuelmeuli/eslint-config": "~2.0.0",
"@storybook/react": "^5.0.2",
"@typescript-eslint/eslint-plugin": "^1.4.2",
"@typescript-eslint/parser": "^1.4.2",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,7 @@
react-lifecycles-compat "^3.0.4"
warning "^3.0.0"

"@samuelmeuli/eslint-config@^2.0.0":
"@samuelmeuli/eslint-config@~2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@samuelmeuli/eslint-config/-/eslint-config-2.0.0.tgz#75edaeb7283a27e9fe2255a07e3668cb9d5b2241"
integrity sha512-T5N5zqWYb5JUrb0oEiuGWRMbCYaM6qgnqTqf6hpZ2EuLeBwtz1l3gkQ2mwPuBz/qndutO419GbQSI9W4ehgNUg==
Expand Down

0 comments on commit 694be8c

Please sign in to comment.