eslint-config-muhq
v0.0.5
Published
<h1 align="center"> <a href="https://www.npmjs.com/package/eslint-config-muhq"> <img alt="Link to eslint-config-muhq package on NPM" src="https://github.com/made-up-hq/muhq.dev/assets/13222919/3024316d-ecef-4a7a-ae0b-ad152d006848" height="
Downloads
4
Readme
Our shared ESLint config.
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
Update the version in package.json
npm publish --access=public
git push