0.0.3 • Published 5 years ago
@lednhatkhanh/eslint-config-next-app v0.0.3
Eslint config next app
Shareable configs for Next.js and typescript apps.
Install
- Create a
.npmrcfile and add this line:
registry=https://npm.pkg.github.com/OWNERand replace OWNER with your Github's username.
- Run
npm i -D @lednhatkhanh/eslint-config-next-app- Add a
.eslintrc.jsfile and add:
'use strict';
module.exports = {
extends: '@lednhatkhanh/eslint-config-next-app',
};