@kno2/eslint-config
v1.2.1
Published
A shareable ESLint configuration for JavaScript and TypeScript projects within the Kno2 ecosystem.
Downloads
28
Readme
Kno2 ESLint Config
A shareable ESLint configuration for JavaScript and TypeScript projects within the Kno2 ecosystem.
Adding to a Project
- Install eslint alongside this project:
npm install @kno2/eslint-config eslint --save-dev
- Create an
.eslintrc
in the root of your project and paste the following code:
{
"extends": "@kno2/eslint-config"
}
Development
This project doesn't require any building. Simply clone the project and install dependencies.
git clone [email protected]:Kno2/eslint-config.git
cd eslint-config
npm install
Publishing
Publishing is handled by GitHub and TeamCty. A new version will be publish to the npm registry every time a PR is merged into master/main
. Be sure to create a release at the time of merge.