eslint-config-king

1.0.3 • Public • Published

eslint-config-king

NPM version

Install

yarn add eslint-config-king --dev

Usage

// .eslintrc.js
module.exports = {
  root: true,
  extends: "eslint-config-king",
  rules: {
    "no-console": process.env.NODE_ENV === "production" ? "error" : "off",
    "no-debugger": process.env.NODE_ENV === "production" ? "error" : "off",
  },
};

Readme

Keywords

Package Sidebar

Install

npm i eslint-config-king

Weekly Downloads

0

Version

1.0.3

License

ISC

Unpacked Size

2.91 kB

Total Files

3

Last publish

Collaborators

  • aprilchou