Socket
Book a DemoInstallSign in
Socket

prettier-config-ikatyang

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prettier-config-ikatyang

prettier config for ikatyang

latest
Source
npmnpm
Version
1.1.1
Version published
Maintainers
1
Created
Source

prettier-config-ikatyang

npm build

prettier config for ikatyang

Changelog

Install

# using npm
npm install --save-dev prettier-config-ikatyang

# using yarn
yarn add --dev prettier-config-ikatyang

Usage

  • (prettier.config.js)

    module.exports = require('prettier-config-ikatyang');
    
  • (tslint.json)

    {
      "extends": "prettier-config-ikatyang/tslint"
    }
    

    NOTE: need to install tslint-plugin-prettier simultaneously

Development

# lint
yarn run lint

# build
yarn run build

License

MIT © Ika

Keywords

prettier

FAQs

Package last updated on 31 Jul 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts