@hokify/eslint-config
v2.20.10
Published
with typescript supported
Readme
@hokify/eslint-config
with typescript supported
Usage
Add this package to your devDependencies
pnpm add -D @hokify/eslint-configEnsure
eslintis installedCreate a
.eslintrc.jsfileExtend the config like this:
module.exports = {
root: true,
extends: ['@hokify']
};Notes
see https://eslint.org/docs/developer-guide/shareable-configs
