Skip to content

Commit

Permalink
feat: add "Enforcing these Standards" section
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul committed Jan 18, 2022
1 parent 3bd3fde commit ea0352a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,13 @@
9. [Recommended Libraries](#recommended-libraries)
10. [Definition of Done Checklist](#definition-of-done-checklist)

## ESLint
Please install our [ESLint Configuration](https://www.npmjs.com/package/@mediamonks/eslint-config) to enforce the *MediaMonks - Frontend Coding Standards* in your project.
## Enforcing these Standards

In order to enforce these standards in your code, we **highly recommend** using
[ESLint](https://github.com/eslint/eslint) and [Prettier](https://github.com/prettier/prettier),
with our accompanying [@mediamonks/eslint-config](https://github.com/mediamonks/eslint-config) and
[@mediamonks/prettier-config](https://github.com/mediamonks/prettier-config) configurations, created
around these standards.

## Naming

Expand Down

0 comments on commit ea0352a

Please sign in to comment.