Skip to content

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

Notifications You must be signed in to change notification settings

DinerIsmail/eslint-config-diner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks