Skip to content

sharkcore/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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