It's an opinionated and aggressive eslint config.
pnpm add -D eslint @liwo/eslint-configAdd package.json scripts.
{
"scripts": {
"lint": "eslint .",
"format": "eslint --fix ."
}
}pnpm run lintpnpm run formatThanks to the community and developers for their contributions!
This project is deployed on GitHub Pages and Netlify.