1.0.0 • Published 4 years ago
@hiperative/eslint-config v1.0.0
@hiperative/eslint-config
Hiperative's base ESLint config.
Installation
npm install --save-dev eslint @hiperative/eslint-config
# OR
yarn add --dev eslint @hiperative/eslint-configUsage
After installing, update your project's .eslintrc file to import the rule sets
you want:
{
"extends": ["@hiperative/eslint-config"]
}TypeScript support
You can also enable by installing typescript and using as:
{
"extends": ["@hiperative/eslint-config/typescript"]
}Read the ESlint config docs for more information.
1.0.0
4 years ago