Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 440 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 440 Bytes

eslint-config-kwork

ESLint configs for KnowledgeWork's projects.

Usage

Install

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

eslintrc

Like followings

  ~~~
  ~~~
  extends: [
    "kwork/base",
    "prettier"
  ],
  ~~~
  ~~~

Currently kwork has 2 configs.

  • kwork/base
    • common configs (without settings for frontend (e.g. for react))
  • kwork/frontend
    • configs for frontend projects.