3.0.0 • Published 3 years ago

@jpcafe/eslint-config-next v3.0.0

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

Eslint

In .eslintrc.json:

{ "extends": "@jpcafe/eslint-config-next" }

Don't forget to install eslint-config-next on your nextjs project.

Prettier

In .prettierrc.js:

module.exports = require('@jpcafe/eslint-config-next/prettier.config')

Stylelint

In stylelint.config.js:

module.exports = require('@jpcafe/eslint-config-next/stylelint.config');