eslint-config-k8

0.0.4 • Public • Published

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"]
}

Dependents (0)

Package Sidebar

Install

npm i eslint-config-k8

Weekly Downloads

0

Version

0.0.4

License

MIT

Unpacked Size

6.44 kB

Total Files

3

Last publish

Collaborators

  • k8stack