We're using eslint to enforce a common Javascript style to our code.
From the official page, use the extends property in your .eslintrc file:
module.exports = {
extends: "nomadeducation"
};| Name | Name | Last commit date | ||
|---|---|---|---|---|
We're using eslint to enforce a common Javascript style to our code.
From the official page, use the extends property in your .eslintrc file:
module.exports = {
extends: "nomadeducation"
};