Skip to content

Commit

Permalink
feat(dcellar-web-ui): opt lint function
Browse files Browse the repository at this point in the history
  • Loading branch information
devinxl committed Dec 11, 2023
1 parent 0b80fc8 commit 392c050
Show file tree
Hide file tree
Showing 2 changed files with 98 additions and 108 deletions.
10 changes: 4 additions & 6 deletions apps/dcellar-web-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,11 @@
"@types/node": "18.16.0",
"@types/react": "18.0.38",
"@types/react-dom": "18.0.11",
"eslint": "8.39.0",
"eslint": "~8.55.0",
"husky": "^8.0.3",
"lint-staged": "^13.1.1",
"prettier": "^2.8.4",
"tsc-files": "~1.1.4",
"eslint-plugin-react-hooks": "~4.6.0"
"tsc-files": "~1.1.4"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
Expand All @@ -95,11 +94,10 @@
"prettier": "@totejs/prettier-config",
"eslintConfig": {
"extends": [
"next/core-web-vitals",
"plugin:react-hooks/recommended",
"@totejs/eslint-config/react"
"next/core-web-vitals"
],
"rules": {
"no-console": 1,
"react/display-name": "off",
"react/react-in-jsx-scope": [
"off"
Expand Down
Loading

0 comments on commit 392c050

Please sign in to comment.