Skip to content

Commit

Permalink
chore(repo): finish the rest of the packages needed
Browse files Browse the repository at this point in the history
  • Loading branch information
nebula-aac committed Nov 23, 2023
1 parent 0951d9d commit ffa6acf
Show file tree
Hide file tree
Showing 4 changed files with 284 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ storybook-static
site
apps/next-12
.yarnrc.yml
.eslintrc.*js
.eslintrc.*js
*.config.*js
eslint-config-sistent
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ module.exports = {
es6: true
},
extends: [
'semistandard',
'eslint:recommended',
'plugin:@typescript-eslint/recommended',
'plugin:react-hooks/recommended',
Expand Down
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,14 @@
"devDependencies": {
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.49.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.15",
"husky": "^8.0.0",
"lerna": "^7.3.0",
"lint-staged": "^14.0.1",
Expand Down
Loading

0 comments on commit ffa6acf

Please sign in to comment.