Skip to content

Commit

Permalink
Merge pull request eclipse-sw360#121 from eclipse-sw360/heliocastro/c…
Browse files Browse the repository at this point in the history
…leanup

Small refactor entries
  • Loading branch information
hoangnt2 authored Sep 25, 2023
2 parents 86c153e + 0214da9 commit 80b95fe
Show file tree
Hide file tree
Showing 11 changed files with 520 additions and 655 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"rootDir": "src"
}
},
"plugins": ["@typescript-eslint", "eslint-plugin-tsdoc", "react"],
"plugins": ["@typescript-eslint", "react"],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"project": true,
Expand All @@ -21,7 +21,6 @@
}
},
"rules": {
"tsdoc/syntax": "error",
"@typescript-eslint/no-explicit-any": ["warn", { "fixToUnknown": true }],
"@typescript-eslint/no-unused-vars": ["error"]
},
Expand Down
6 changes: 0 additions & 6 deletions defaultValues/defaultValuesHome-MyComponents.json

This file was deleted.

7 changes: 0 additions & 7 deletions defaultValues/defaultValuesHome-MyProjects.json

This file was deleted.

6 changes: 0 additions & 6 deletions defaultValues/defaultValuesHome-MyRecentComponents.json

This file was deleted.

6 changes: 0 additions & 6 deletions defaultValues/defaultValuesHome-MyRecentReleases.json

This file was deleted.

6 changes: 0 additions & 6 deletions defaultValues/defaultValuesHome-MySubscriptions.json

This file was deleted.

6 changes: 0 additions & 6 deletions defaultValues/defaultValuesHome-MyTaskAssignments.json

This file was deleted.

7 changes: 0 additions & 7 deletions defaultValues/defaultValuesHome-MyTaskSubmissions.json

This file was deleted.

10 changes: 0 additions & 10 deletions defaultValues/defaultValuesProjects-ProjectsList.json

This file was deleted.

1,098 changes: 510 additions & 588 deletions package-lock.json

Large diffs are not rendered by default.

20 changes: 9 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,14 @@
"devDependencies": {
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@microsoft/tsdoc": "^0.14.2",
"@storybook/addon-essentials": "^7.3.2",
"@storybook/addon-interactions": "^7.3.2",
"@storybook/addon-links": "^7.3.2",
"@storybook/addon-essentials": "^7.4.4",
"@storybook/addon-interactions": "^7.4.4",
"@storybook/addon-links": "^7.4.4",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/blocks": "^7.3.2",
"@storybook/nextjs": "^7.3.2",
"@storybook/react": "^7.3.2",
"@storybook/testing-library": "^0.2.0",
"@storybook/blocks": "^7.4.4",
"@storybook/nextjs": "^7.4.4",
"@storybook/react": "^7.4.4",
"@storybook/testing-library": "^0.2.1",
"@types/country-list": "^2.1.2",
"@types/node": "^20.5.9",
"@types/react": "^18.2.21",
Expand All @@ -58,13 +57,12 @@
"eslint": "^8.49.0",
"eslint-config-next": "^13.4.19",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-storybook": "^0.6.13",
"eslint-plugin-tsdoc": "^0.2.17",
"eslint-plugin-storybook": "^0.6.14",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"storybook": "^7.3.2",
"storybook": "^7.4.4",
"ts-node": "^10.9.1",
"tsc-files": "^1.1.3",
"typescript": "^5.1.3"
Expand Down

0 comments on commit 80b95fe

Please sign in to comment.