This package has been deprecated

Author message:

This package has been deprecated in favour of @remix-run/eslint-config (https://www.npmjs.com/package/@remix-run/eslint-config)

eslint-config-remix

0.0.2 • Public • Published

eslint-config-remix

This package provides a shareable eslint config specifically designed for Remix. It is basically a clone of eslint-config-react-app without flow and test related config at the moment.

Setting it up

This package ships with @rushstack/eslint-patch which allows resolving all plugins within the package. This simplify the installation as all you need now is the config package only.

npm install --save-dev eslint-config-remix

Then, enable it by adding remix on the extends config

{
  "extends": ["remix"]
}

Dependencies (12)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i eslint-config-remix

    Weekly Downloads

    13

    Version

    0.0.2

    License

    MIT

    Unpacked Size

    10.9 kB

    Total Files

    4

    Last publish

    Collaborators

    • edmund-dev
    • edmundhung