0.0.4 • Published 12 months ago

eslint-config-k8 v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

eslint-config-k8

Installation

For npm 7 and above:

npm i -D eslint-config-k8

or if you prefer yarn

yarn add -D eslint-config-k8

or if you prefer pnpm

pnpm add -D eslint-config-k8

For npm 6 and below:

npx install-peerdeps -D eslint-config-k8

Usage ESLint

Ensure you have installed typescript as dev dependency and exists a tsconfig.json file in your project.

Then add the following to your .eslintrc file:

{
  "extends": ["k8"]
}
0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

1 year ago

0.0.1

1 year ago