0.1.2 • Published 4 years ago

eslint-config-nxt v0.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

eslint-config-nxt

A shared ESLint config based on airbnb-base

Installation

npm install eslint-config-nxt --save-dev

Or

yarn add eslint-config-nxt --dev

Usage

Basic rules

.eslintrc.json:

{
  "extends": "nxt"
}

Typescript

{
  "extends": ["nxt", "nxt/addons/typescript"]
}