@zoralabs/eslint-config
v0.0.1
Published
This is an eslint configuration file for @zoralabs projects using NextJS
Downloads
75
Maintainers
Keywords
Readme
Zoralabs eslint config
This is an eslint configuration file for @zoralabs projects using NextJS
- Add as a devDependency alongside
eslint
- Create a .eslintrc.js file and extend this configuration, eg:
module.exports = {
extends: ['@zoralabs']
}