@yamato-daiwa/style_guides

0.2.2 • Public • Published

Yamato Daiwa Style guides

The strict style guides for the high quality development with TypeScript and Pug.

Includes:

Installation

npm i @yamato-daiwa/style_guides -D -E

Usage

Extending of ESLint preset

For the .eslintrc.yaml case, it will be:

extends: ./node_modules/@yamato-daiwa/style_guides/ECMAScript.js

Extending of pug-lint preset

For the .pug-lintrc case, it will be:

{
  "extends": "./node_modules/@yamato-daiwa/style_guides/Markup.js"
}

Depending on the project building tool, the excluding of node_modules could require.

{
  "extends": "./node_modules/@yamato-daiwa/style_guides/Markup.js",
  "excludeFiles": [ "node_modules/**" ]
}

Package Sidebar

Install

npm i @yamato-daiwa/style_guides

Weekly Downloads

77

Version

0.2.2

License

MIT

Unpacked Size

37.3 kB

Total Files

11

Last publish

Collaborators

  • yd-tokugawa_t