1.2.1 • Published 8 months ago

@kno2/eslint-config v1.2.1

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

Kno2 ESLint Config

A shareable ESLint configuration for JavaScript and TypeScript projects within the Kno2 ecosystem.

Adding to a Project

  1. Install eslint alongside this project:
    npm install @kno2/eslint-config eslint --save-dev
  2. 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.

  1. git clone git@github.com:Kno2/eslint-config.git
  2. cd eslint-config
  3. 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

8 months ago

0.0.0

8 months ago

1.2.0

2 years ago

1.1.2

2 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago