next-landing-vpn
next-landing-vpn copied to clipboard
fix: Add ESLint and Prettier for standardization
- Added ESLint with script
lint:fix: "eslint . --fix"
which checks for linting problems. - Added Prettier with script
format: "prettier . --write"
which formats code according to config.
closes #17
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated |
---|---|---|---|
next-landing-vpn | ❌ Failed (Inspect) | Oct 25, 2022 at 7:01AM (UTC) |
- Can you provide screenshot if ESLint and Prettier work with script?
- Can you use
npm
notyarn
and not uploadedyarn.lock
file?
This is the screenshot for ESLint
script.
This is the screenshot for prettier
script.
- Both
yarn
andnpm
can be used.
can you resolve conflict and make file not error when production @Vinitvh ?
Hi @naufaldi, looks like I'm having issues solving merge conflicts. Sorry for that. Will try to resolve those as soon as possible.