eslint-config-www
v0.0.1
Published
ESLint configuration used by Croquiscom www
Readme
eslint-config-www
This package includes the shareable ESLint configuration used by Zigzag-www.
Installation
npm install --save-dev @croquiscom/eslint-config-www @typescript-eslint/[email protected] @typescript-eslint/[email protected] [email protected] [email protected] [email protected] [email protected] [email protected]Usage in www Projects
{
"extends": [
"@croquiscom/eslint-config-www",
"plugin:@typescript-eslint/recommended",
"plugin:react/recommended"
],
"overrides": [
...custom overrides
],
"rules": {
...custom rules
}
}You can override the settings from eslint-config-www by editing the .eslintrc.json file. Learn more about configuring ESLint on the ESLint website.
