Skip to content

ashur/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@aaashur/eslint-config

A shareable ESLint configuration, dialed in just right for Ashur Cabrera.

Prerequisites

Run the following command to install ESLint and eslint-plugin-sort-requires, a plugin used by this configuration:

npm install --save-dev eslint eslint-plugin-sort-requires

Setup

To install this configuration, run the following command:

npm install --save-dev @aaashur/eslint-config

Next, add or update the extends property of your ESLint config file:

{
    "extends": "@aaashur/eslint-config"
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published