Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@magicspace/configs

makeflow739MIT0.2.5

Custom TSLint rules for MagicSpace.

TypeScript, prettier

readme

@magicspace/configs

  • @magicspace/configs/prettier
  • @magicspace/configs/tsconfig.json

Installation

yarn add @magicspace/configs --dev

Usage

prettier.config.js

module.exports = require('@magicspace/configs/prettier');

tsconfig.json

{
  "extends": "@magicspace/configs/tsconfig.json"
}