1.0.17 • Published 11 months ago

eslint-config-easyrent v1.0.17

Weekly downloads
-
License
-
Repository
-
Last release
11 months ago

EasyRent ESlint Config

EasyRent's ESLint config for TypeScript projects, with variations for different project types

ConfigurationDescription
easyrent/coreCore config for all TypeScript projects
easyrent/reactConfig for React projects (extends core)
easyrent/nextConfig for Next.js projects (extends react)

Installation

Available as a public NPM package

yarn add -D eslint-config-easyrent eslint

Usage

// .eslintrc.js
module.exports = {
  extends: ['easyrent/core'],
  rules: {
    // ...
  }
}

Rules

This config incorporates the following rulesets: