Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(website): configure eslint config similiar to asyncapi website #2031

Merged
merged 11 commits into from
Jun 29, 2024
Merged
3 changes: 2 additions & 1 deletion modelina-website/.eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
.next
.next
modelina-website
1 change: 1 addition & 0 deletions modelina-website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"export": "next export",
"start": "next start",
"lint": "next lint -c ./.eslintrc",
"lint:fix": "next lint -c ./.eslintrc --fix",
"build:resources": "npm run build:examples && npm run build:docs && npm run copy:docs:img",
"build:examples": "node scripts/build-examples.js",
"build:docs": "node scripts/build-docs.js",
Expand Down
Loading