Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 951 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 951 Bytes

eslint-config-diner

The ESLint configuration I use for my React Typescript side projects. This does not include configuration for Prettier, Stylelint and others which has to be installed and configured separately.

Installation

npm i --save-dev eslint eslint-config-diner
# or if you're using yarn
yarn add -D eslint eslint-config-diner

Usage

In your .eslintrc file you can extend like this

module.exports = {
  extends: ["diner"],
};

What's included