Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 614 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 614 Bytes

@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"
}