1.0.2 • Published 1 month ago

@mkappelhof/eslint-config-remix v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

Shared ESLint configuration for Remix projects

This ESLint configuration is for projects that use Remix.

Installation

Add the configuration as a dev dependency:

yarn add @mkappelhof/eslint-config-remix

Then create a .eslintrc.js config file with the following content:

module.exports = {
  extends: ['@mkappelhof/eslint-config-remix'],
};