1.2.0 • Published 6 years ago

@vitkon/eslint-config v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

eslint-config-vitkon

Common ESLint config encourages consistent style and quality across all of my repos.

The lion's share of ESLint configuration should be defined here rather than each project's own .eslintrc. If a project's maintainers want to override some configuration value, they can do it in their own .eslintrc

Getting started

In your project folder install @vitkon eslint preset

npm install @vitkon/eslint-config

Extend your .eslintrc

{
    "extends": "@vitkon"
}
1.2.0

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago