Skip to content

Commit

Permalink
fix: lint do not report warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mariojsnunes committed Jun 13, 2024
1 parent d9d86bf commit 35e1703
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"build:inject-config": "yarn build:post",
"build:shared": "yarn workspace oa-shared build",
"build": "yarn build:themes && yarn build:components && yarn build:shared && yarn build:vite",
"lint": "yarn lint:style && yarn lint:code",
"lint": "yarn lint:style && yarn lint:code --quiet",
"lint:commits": " npx commitlint --from=$(git merge-base master HEAD) --verbose",
"lint:code": "eslint . --ext .js,.jsx,.ts,.tsx src --color",
"lint:spell": "cspell \"**/*.md\" --config ./.cspell.json",
Expand Down Expand Up @@ -195,4 +195,4 @@
"node": ">=20"
},
"packageManager": "[email protected]"
}
}

0 comments on commit 35e1703

Please sign in to comment.