2.0.6 • Published 5 years ago

@kripod/eslint-config-base v2.0.6

Weekly downloads
7
License
MIT
Repository
github
Last release
5 years ago

@kripod/eslint-config-base

Strict baseline linter configuration for JavaScript.

Usage

After installing the package, append the following to your ESLint configuration:

{
  "extends": "@kripod/eslint-config-base"
}