@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"
}