kiki-club / style

EasyRent's ESLint config for TypeScript projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EasyRent ESlint Config

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

Configuration Description
easyrent/core Core config for all TypeScript projects
easyrent/react Config for React projects (extends core)
easyrent/next Config 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: {
    // ...
  }
}

About

EasyRent's ESLint config for TypeScript projects


Languages

Language:JavaScript 100.0%