DinerIsmail / eslint-config-diner

ESLint config created by Diner Ismail for Next.js Typescript for use on personal projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

ESLint config created by Diner Ismail for Next.js Typescript for use on personal projects


Languages

Language:JavaScript 100.0%