eslint-config-frack
v2.2.3
Published
ESLint configuration used by Front-end Dev Stack
Downloads
24
Readme
ESLint config Frack
This package includes the shareable ESLint configuration used by Front-end Dev Stack.
Usage in Front-end Dev Stack Projects
The easiest way to use this configuration is with Front-end Dev Stack, which includes it by default. You don't need to install it separately in Front-end Dev Stack projects.
Usage
If you want to use this ESLint configuration in a project not built with Front-end Dev Stack, you can install it with following steps.
First, install this package.
Then create a file named .eslintrc
with following contents in the root folder of your project:
{
"extends": "frack"
}
That's it! You can override the settings from eslint-config-frack
by editing the .eslintrc
file. Learn more about configuring ESLint on the ESLint website.