0.0.3 • Published 4 years ago

@lednhatkhanh/eslint-config-next-app v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Eslint config next app

Shareable configs for Next.js and typescript apps.

Install

  • Create a .npmrc file and add this line:
registry=https://npm.pkg.github.com/OWNER

and replace OWNER with your Github's username.

  • Run
npm i -D @lednhatkhanh/eslint-config-next-app
  • Add a .eslintrc.js file and add:
'use strict';

module.exports = {
  extends: '@lednhatkhanh/eslint-config-next-app',
};