@financial-times/eslint-config-next
v7.1.0
Published
Shared ESLint configuration for Next projects
Downloads
13,327
Readme
eslint-config-next
ESLint configuration for Next projects
Usage
Reference the shared configuration in your repository's own .eslintrc.js
like so:
module.exports = {
extends: ['@financial-times/eslint-config-next']
}
Avoid using .eslintrc
file format since it has been depracated.
You can find the docs for ESLint shareable configs here.
Related
This shared config is being used by n-gage.