Skip to content

ESLint configuration file for the organization. This configuration is designed to enforce a consistent code style and catch potential errors or issues in JavaScript and TypeScript code.

Notifications You must be signed in to change notification settings

getting-better-devs/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESLint Logo

Getting Better Eslint Configuration

This repository contains the ESLint configuration file for the "Getting Better" organization. This configuration is designed to enforce a consistent code style and catch potential errors or issues in JavaScript and TypeScript code.

Installation

To use this ESLint configuration, you can install it as a dev dependency in your project:

npm i eslint-config-getting-better -D

Usage

Create an .eslintrc.json file in the root of your project and just extend the configuration into it:

{
  "extends": "eslint-config-getting-better"
}

About

ESLint configuration file for the organization. This configuration is designed to enforce a consistent code style and catch potential errors or issues in JavaScript and TypeScript code.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published