1.1.0-alpha.3 • Published 6 years ago

@sharkcore/eslint-config v1.1.0-alpha.3

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

@sharkcore/eslint-config

npm (scoped) Build Status Greenkeeper badge

This is the eslint config that codifies sharkcore's JS coding standards.

Getting started

Run yarn add eslint @sharkcore/eslint-config --dev

Add the following to your .eslintrc:

{
    "extends": "@sharkcore"
}