Skip to content

Commit

Permalink
[gh383] Set the ignore-engines true
Browse files Browse the repository at this point in the history
  • Loading branch information
andyduong1920 committed Jul 3, 2023
1 parent 45605a9 commit 47c520c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .template/variants/web/package.json.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@
run 'yarn add postcss postcss-cli autoprefixer'

# TODO: Remove `--ignore-engines` and use `@nimblehq/eslint-config-nimble-core` once the new @nimblehq/stylelint-config-nimble is released
run 'yarn add --dev @nimblehq/eslint-config-nimble --ignore-engines'
run 'yarn config set ignore-engines true'
run 'yarn add --dev @nimblehq/eslint-config-nimble'
run 'yarn add --dev stylelint'
run 'yarn add --dev @nimblehq/stylelint-config-nimble --ignore-engines'
run 'yarn add --dev @nimblehq/stylelint-config-nimble'

# Setup scripts
run 'npm set-script eslint "eslint . --color"'
Expand Down

0 comments on commit 47c520c

Please sign in to comment.