1.0.7 • Published 3 months ago

eslint-config-diner v1.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
3 months ago

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