Skip to content

nomadeducation/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nomad Education Code style

We're using eslint to enforce a common Javascript style to our code.

Installation

From the official page, use the extends property in your .eslintrc file:

module.exports = {
    extends: "nomadeducation"
};

About

This repo contains our common code style configuration

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors