Skip to content

Commit

Permalink
chore: strict lint configuration for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfreska committed Feb 24, 2024
1 parent 7ef3099 commit df37738
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion apps/website/components/Layout/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { Statsbar } from '../Statsbar'
import { SectionTransparent } from '../SectionTransparent'
import { SectionSolid } from '../SectionSolid'
import { routes } from '../../config/routes'
import { cx } from 'class-variance-authority'

export function Footer() {
return (
Expand Down
5 changes: 4 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@
},
"@nx/eslint:lint": {
"inputs": ["default", "{workspaceRoot}/.eslintrc.json"],
"cache": true
"cache": true,
"options": {
"maxWarnings": 0
}
},
"@nx/js:tsc": {
"cache": true,
Expand Down

0 comments on commit df37738

Please sign in to comment.