Skip to content

Commit

Permalink
Set up eslint for website
Browse files Browse the repository at this point in the history
  • Loading branch information
luin committed Jan 24, 2024
1 parent 7f5bbb7 commit d1ce143
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"start": "run-p start:*",
"start:quill": "npm start -w quill",
"start:website": "NEXT_PUBLIC_LOCAL_QUILL=true npm start -w website",
"lint": "npm run lint -w quill"
"lint": "npm run lint -ws"
},
"keywords": [
"quill",
Expand Down
1 change: 1 addition & 0 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"dev": "PORT=$npm_package_config_ports_website next dev",
"start": "npm run dev",
"build": "next build",
"lint": "next lint",
"serve": "npm run serve"
},
"dependencies": {
Expand Down

0 comments on commit d1ce143

Please sign in to comment.