Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@hokify/eslint-config

hokify-user5692.20.7

with typescript supported

readme

@hokify/eslint-config

with typescript supported

Usage

  1. Add this package to your devDependencies

    pnpm add -D @hokify/eslint-config
  2. Ensure eslint is installed

  3. Create a .eslintrc.js file
  4. Extend the config like this:
module.exports = {
    root: true,
    extends: ['@hokify']
};

Notes

see https://eslint.org/docs/developer-guide/shareable-configs