1.0.290 • Published 1 month ago

@nesvet/eslint-config v1.0.290

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

ESLint config

Installation

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

Or

yarn add @nesvet/eslint-config --dev

Configuration

.eslintrc:

{
	"extends": "@nesvet",
	"root": true
}