@inthepocket/eslint-config-next

1.3.0 • Public • Published

@inthepocket/eslint-config-next

This contains all ESLint rules to lint the Next.js boilerplate created by Team Spacebar.
It is recommended to use this config to ensure that any Next.js project within In The Pocket is linted in the same way.

Usage

Install

npm i -D @inthepocket/eslint-config-next

Configure ESLint

Within your package.json add the following:

{
  "eslintConfig": {
    "extends": ["@inthepocket/eslint-config-next"]
  }
}

Add Lint script

{
  "scripts": {
    "lint": "eslint '**/*.{js,jsx,ts,tsx}'"
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @inthepocket/eslint-config-next

Weekly Downloads

19

Version

1.3.0

License

MIT

Unpacked Size

2.5 kB

Total Files

4

Last publish

Collaborators

  • lode.vanhove
  • moutpessemier
  • stijnv
  • robrechtme
  • klukies
  • eliaslecomte
  • gertjanreynaert
  • itpit
  • thibmaek
  • brecht
  • jonasdegeest
  • kevinmeyvaert
  • glenn.bostoen
  • tmons