@inthepocket/eslint-config-remix

1.2.0 • Public • Published

@inthepocket/eslint-config-remix

This contains all ESLint rules to lint the Remix 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-remix

Configure ESLint

Within your package.json add the following:

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

Add Lint script

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

Readme

Keywords

none

Package Sidebar

Install

npm i @inthepocket/eslint-config-remix

Weekly Downloads

6

Version

1.2.0

License

MIT

Unpacked Size

2.45 kB

Total Files

4

Last publish

Collaborators

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