🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

eslint-config-soomgo

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-soomgo

Soomgo JavaScript eslint config

latest
Source
npmnpm
Version
1.0.0-rc
Version published
Maintainers
1
Created
Source

eslint-config-soomgo npm

eslint-config-standard

Install

숨고에서 사용하는 JavaScript 코딩 컨벤션 가이드라인 eslint 설정파일입니다. eslint-config-standard를 기반으로 작성되었습니다.

  • npm에서 필요한 패키지들을 다운로드 받습니다.
npm install eslint-config-soomgo eslint-config-standard eslint-plugin-standard eslint-plugin-promise eslint-plugin-import eslint-plugin-node --save-dev
  • 프로젝트의 .eslintrc 파일에 다음과 같이 추가합니다.
{
  "extends": ["standard", "soomgo"]
}

License

MIT. Copyright (c) Evan Moon.

Keywords

eslint

FAQs

Package last updated on 06 Nov 2018

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