Skip to content

Commit

Permalink
fix: lint not working for view
Browse files Browse the repository at this point in the history
  • Loading branch information
MauriceNino committed Jan 6, 2024
1 parent df59729 commit 5849edd
Show file tree
Hide file tree
Showing 75 changed files with 388 additions and 463 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
- if: ${{ github.event_name == 'pull_request' }}
run: yarn --immutable --immutable-cache --check-cache
- run: |
yarn test
yarn build:prod
yarn test --skipNxCache
yarn build:prod --skipNxCache
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,18 +87,18 @@
"@commitlint/cz-commitlint": "18.4.3",
"@docusaurus/module-type-aliases": "2.4.3",
"@nx-plus/docusaurus": "15.0.0-rc.0",
"@nx/cypress": "17.2.5",
"@nx/esbuild": "17.2.5",
"@nx/eslint": "17.2.5",
"@nx/eslint-plugin": "17.2.5",
"@nx/express": "17.2.5",
"@nx/jest": "17.2.5",
"@nx/js": "17.2.5",
"@nx/node": "17.2.5",
"@nx/react": "17.2.5",
"@nx/vite": "17.2.5",
"@nx/webpack": "17.2.5",
"@nx/workspace": "17.2.5",
"@nx/cypress": "17.2.8",
"@nx/esbuild": "17.2.8",
"@nx/eslint": "17.2.8",
"@nx/eslint-plugin": "17.2.8",
"@nx/express": "17.2.8",
"@nx/jest": "17.2.8",
"@nx/js": "17.2.8",
"@nx/node": "17.2.8",
"@nx/react": "17.2.8",
"@nx/vite": "17.2.8",
"@nx/webpack": "17.2.8",
"@nx/workspace": "17.2.8",
"@semantic-release-plus/docker": "3.1.3",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
Expand Down Expand Up @@ -136,15 +136,15 @@
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "8.0.3",
"inquirer": "8.2.6",
"jest": "29.5.0",
"jest-environment-node": "29.5.0",
"jsdom": "22.1.0",
"nx": "17.2.5",
"nx": "17.2.8",
"prettier": "2.8.8",
"prop-types": "15.8.1",
"semantic-release-plus": "20.0.0",
Expand Down
Loading

0 comments on commit 5849edd

Please sign in to comment.