eslint-config-k8

1.2.4 • Public • Published

eslint-config-k8

Usage

  • Required dependencies: look at the peerDependencies section in package.json.

  • Install the package:

npm install eslint-config-k8 --save-dev
  • Add the following to your .eslintrc.cjs file:
/** @type { import("eslint").Linter.Config } */
module.exports = {
  extends: ['k8'],
}
  • If you want to use the prettier plugin, add the following to your .eslintrc.cjs file:
/** @type { import("eslint").Linter.Config } */
module.exports = {
  ...require('eslint-config-k8/prettier.config'),
}

Dependents (0)

Package Sidebar

Install

npm i eslint-config-k8

Weekly Downloads

42

Version

1.2.4

License

MIT

Unpacked Size

12.5 kB

Total Files

11

Last publish

Collaborators

  • k8stack