Skip to content

Commit

Permalink
fix: removendo o lint provisoriamente
Browse files Browse the repository at this point in the history
  • Loading branch information
joseallef committed Jun 2, 2024
1 parent ca69fab commit dc4b26e
Show file tree
Hide file tree
Showing 5 changed files with 100 additions and 151 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "next/core-web-vitals"
}
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ jobs:
run: node -v
- name: Install de dependencias
run: yarn install
- name: Roda o Linter
run: yarn lint
# - name: Roda o Linter
# run: yarn lint
40 changes: 0 additions & 40 deletions eslint.config.js

This file was deleted.

19 changes: 6 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,14 @@
"name": "portfolio-jose-allef",
"version": "2.0.0",
"main": "src/app/page.ts",
"type": "module",
"engines": {
"node": "20.x"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "eslint . --ignore-pattern cypress/**",
"lint": "next lint",
"commit": "cz",
"test": "jest",
"test:watch": "jest --watch",
Expand All @@ -23,6 +22,7 @@
"commitizen": "^4.3.0",
"eslint-config-next": "^14.2.3",
"eslint-plugin-jest": "^28.5.0",
"eslint-plugin-jsdoc": "^48.2.7",
"graphql": "^16.8.1",
"graphql-request": "^7.0.1",
"jest": "^29.7.0",
Expand All @@ -32,9 +32,7 @@
"prop-types": "^15.7.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-is": "^18.2.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
"react-is": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
Expand All @@ -48,21 +46,16 @@
"@testing-library/react": "^15.0.7",
"@testing-library/react-hooks": "^8.0.1",
"@types/node": "^20.13.0",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"autoprefixer": "^10.4.17",
"cypress": "^13.6.4",
"cz-conventional-changelog": "3.3.0",
"eslint": "^9.4.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-cypress": "^3.3.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-config-next": "^14.2.3",
"husky": "^9.0.11",
"jest-canvas-mock": "^2.5.2",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"yarn": "^1.22.21"
},
"husky": {
Expand Down
Loading

0 comments on commit dc4b26e

Please sign in to comment.