with typescript supported
-
Add this package to your devDependencies
pnpm add -D @hokify/eslint-config
-
Ensure
eslint
is installed -
Create a
.eslintrc.js
file -
Extend the config like this:
module.exports = {
root: true,
extends: ['@hokify']
};
see https://eslint.org/docs/developer-guide/shareable-configs