Skip to content

Commit

Permalink
[#421] Use eslint config core yarn packange instead of eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
mosharaf13 committed Jul 24, 2023
1 parent 28e7171 commit 63a705f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .template/variants/web/.eslintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": [
"@nimblehq/eslint-config-nimble"
"@nimblehq/eslint-config-nimble-core"
],
"globals": {
"I18n": true
Expand Down
2 changes: 1 addition & 1 deletion .template/variants/web/package.json.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

run 'yarn add --dev eslint'
run 'yarn add --dev stylelint'
run 'yarn add --dev @nimblehq/[email protected]'
run 'yarn add --dev @nimblehq/eslint-config-nimble-core@2.6.0'
run 'yarn add --dev @nimblehq/[email protected]'

# Setup scripts
Expand Down

0 comments on commit 63a705f

Please sign in to comment.