1.0.0-beta.1 • Published 11 months ago

@aaashur/eslint-config v1.0.0-beta.1

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

@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"
}
1.0.0-beta.1

11 months ago