1.2.1 • Published 2 years ago
@kno2/eslint-config v1.2.1
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 git@github.com: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.
1.2.1
2 years ago
0.0.0
2 years ago
1.2.0
3 years ago
1.1.2
3 years ago
1.1.2-PullRequest0007.2
3 years ago
1.1.1
4 years ago
1.1.0
4 years ago
1.0.9
4 years ago
1.0.9-PullRequest0006.2
4 years ago
1.0.9-PullRequest0005.2
4 years ago
1.0.8
5 years ago
1.0.7
5 years ago
1.0.5
5 years ago
1.0.4
5 years ago
1.0.3
5 years ago
1.0.2
5 years ago
1.0.1
5 years ago
1.0.0
5 years ago