eslint-config-xrosy
v0.1.52
Published
ESLint Config for the XRosy JavaScript style guide
Downloads
74
Readme
eslint-config-xrosy
ESLint Config for the xrosy JavaScript style guide
Installation
Instal useing:
# For yarn:
yarn add eslint eslint-config-xrosy --dev
# For npm:
npm i eslint eslint-config-xrosy -D
Usage
Add ion rules to the plugins section of your .eslintrc configuration file.
{
"extends": ["xrosy"]
}
Or
{
"extends": ["eslint-config-xrosy"]
}