@corva/eslint-config-browser
v0.2.2
Published
Defines global linting rules for Corva.AI frontend projects
Downloads
8,994
Readme
eslint-config-browser
Defines global linting rules for Corva.AI UI projects
Usage
Codestyle
npm i -D @corva/eslint-config-browser
echo "{'extends': '@corva/eslint-config-browser'};" > .eslintrc
echo "\"@corva/eslint-config-browser/prettier\"" > .prettierrc
or add a .eslintrc
file in the root of your project and extended it with the default config:
{
extends: '@corva/eslint-config-browser',
};
and .prettierrc
"@corva/eslint-config-browser/prettier"