Skip to content

stemn/eslint-config-stemn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-stemn

These are Stemn's standard eslint rules.

Usage

npm install directly from github using npm i git+https://[email protected]/stemn/eslint-config-stemn.git --save-dev

Add this to the .eslintrc file:

{
  "extends": "stemn",
}

No other rules should be specified. Any rules should be added here and standardised across all projects

What are the rules?

The base rule set is from Airbnb. There are only a few changes such as no semi-colons. All the changes are commented in index.js

About

stemn-frontend eslint config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published