0.0.5 • Published 2 months ago

eslint-config-muhq v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

Our shared ESLint config.

ESLint Prettier

Install

npm install --save-dev eslint eslint-config-muhq

or

yarn add --dev eslint eslint-config-muhq

Setup

Copy the code snippet below into your project's .eslintrc.js file.

module.exports = {
  extends: ["eslint-config-muhq"],
  parserOptions: {
    project: "tsconfig.json",
    tsconfigRootDir: __dirname,
  },
};

Release Instructions

  1. Update the version in package.json

  2. npm publish --access=public
  3. git push