Skip to content

Commit

Permalink
chore: fix eslint config, add i18n to peer dependency (#38)
Browse files Browse the repository at this point in the history
* eslint config fixes

* add i18n to peer dependency
  • Loading branch information
korvin89 authored Aug 1, 2022
1 parent f9088d4 commit f379720
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
build
node_modules
src/i18n/keysets
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": ["@yandex-cloud/eslint-config"],
"extends": ["@yandex-cloud/eslint-config", "@yandex-cloud/eslint-config/prettier"],
"root": true
}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
},
"peerDependencies": {
"react": "^17.0.0",
"@yandex-cloud/uikit": "^2.0.0"
"@yandex-cloud/uikit": "^2.0.0",
"@yandex-cloud/i18n": "^0.5.0"
},
"scripts": {
"test": "jest",
Expand Down

0 comments on commit f379720

Please sign in to comment.