UNPKG

@smarterlabs/eslint-config

Version:

An ESLint config for Smarter Labs JavaScript projects.

20 lines (13 loc) 231 B
# @smarterlabs/eslint-config An ESLint config for JavaScript projects. ## Installation ```bash $ npm install --save @smarterlabs/eslint-config ``` ## Usage In your `.eslintrc` file: ```json { "extends": "@smarterlabs" } ```