eslint-config-k8

1.1.3 • 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'),
}

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-k8

Weekly Downloads

80

Version

1.1.3

License

MIT

Unpacked Size

11 kB

Total Files

11

Last publish

Collaborators

  • k8stack