ashur / eslint-config

Repository from Github https://github.comashur/eslint-configRepository from Github https://github.comashur/eslint-config

@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


Languages

Language:JavaScript 100.0%