0.0.0-alpha.1 • Published 1 year ago

@napaling/eslint-config v0.0.0-alpha.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@napaling/eslint-config

Napaling's ESLint config preset.

!NOTE This config is meant to be used for Next.js projects in conjunction with Prettier.

Installation & Usage

pnpm install --dev eslint @napaling/eslint-config

Then add to your .eslintrc.js or .eslintrc.cjs:

module.exports = {
  extends: ['@napaling'],
};