@zthun/janitor-eslint-config
v19.5.3
Published
A shared configuration for eslint for @zthun scoped projects.
Readme
ESLint Config
This is the shared eslint configuration for zthun scoped projects.
Getting Started
# NPM
npm install @zthun/janitor-eslint-config --save-dev
# Yarn
yarn add @zthun/janitor-eslint-config --devMake sure to install typescript and @typescript-eslint/eslint-plugin with all peer dependencies.
Usage
In the .eslintrc file, add the following
{
"extends": ["@zthun/janitor-eslint-config"]
}That's it. You now have the recommended rules for zthun scoped projects with typescript.
