eslint-config-nomadeducation
v3.0.0
Published
We're using `eslint` to enforce a common Javascript style to our code.
Maintainers
Readme
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"
};