Skip to content

Commit

Permalink
chore: update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
AssisrMatheus committed Oct 31, 2023
1 parent cca1d39 commit 82b5ff7
Showing 146 changed files with 9,414 additions and 27,568 deletions.
2 changes: 0 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -4,9 +4,7 @@ module.exports = {
'plugin:jsdoc/recommended',
'plugin:jsx-a11y/recommended',
'plugin:@typescript-eslint/recommended', // Uses the recommended rules from the @typescript-eslint/eslint-plugin
'prettier/@typescript-eslint', // Uses eslint-config-prettier to disable ESLint rules from @typescript-eslint/eslint-plugin that would conflict with prettier
'plugin:react/recommended',
'prettier/react',
'plugin:react-hooks/recommended',
'plugin:storybook/recommended',
'plugin:prettier/recommended' // Enables eslint-plugin-prettier and displays prettier errors as ESLint errors. Make sure this is always the last configuration in the extends array.
4 changes: 4 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no -- commitlint --edit "$1"
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm run check-commit
6 changes: 0 additions & 6 deletions .huskyrc

This file was deleted.

2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16
18.18.2
1 change: 0 additions & 1 deletion .storybook/main.js
Original file line number Diff line number Diff line change
@@ -7,7 +7,6 @@ module.exports = {
'@storybook/addon-essentials',
'storybook-addon-jsx',
'@storybook/addon-a11y',
'@whitespace/storybook-addon-html',
'@storybook/addon-styling-webpack',
{
name: '@storybook/addon-styling-webpack',
Loading

0 comments on commit 82b5ff7

Please sign in to comment.