1.3.0 • Published 2 years ago

@inthepocket/eslint-config-next v1.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@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}'"
  }
}
1.3.0

2 years ago

1.2.12

3 years ago

1.2.11

3 years ago

1.2.10

3 years ago

1.2.8

3 years ago

1.2.9

3 years ago

1.2.7

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.1-alpha.3

4 years ago

0.0.1-alpha.2

4 years ago