mi2oon / eslint-config-kraftvaerk

ESLint shareable config for the Kraftvaerk JavaScript style guide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

eslint-config-kraftvaerk

Build Status npm Version npm Downloads devDependency Status

ESLint shareable config for the Kraftvaerk JavaScript style guide

Installation

npm install --save-dev eslint @kraftvaerk/eslint-config

Usage

To use it set your extends property in .eslintrc to @kraftvaerk/eslint-config.

{
  "extends": "@kraftvaerk/eslint-config"
}

License

MIT © Mithun Dhiman

About

ESLint shareable config for the Kraftvaerk JavaScript style guide

License:MIT License


Languages

Language:JavaScript 100.0%