Skip to content
This repository has been archived by the owner on May 8, 2020. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 709 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 709 Bytes

⚠️This package has been deprecated.Please use @cybozu/eslint-config instead.

eslint-config-kintone

npm version CircleCI

ESLint config for kintone developers.

Install

$ npm install --save-dev eslint-config-kintone

Usage

Extend eslint-config-kintone by specifying kintone for extends property of your .eslintrc.js.

module.exports = {
    "extends": "kintone"
};

License

MIT