Add formatting instructions to the Readme.

pull/42/head
Derek Barnes and Matt Olenick 7 years ago
parent 6c6cd22230
commit 18a52ed013
  1. 7
      README.md

@ -40,9 +40,10 @@ Configure your local CCMenu with the following url: [`https://circleci.com/gh/po
* Build the assets: `$ cd assets && yarn build`
* Run the test suite: `$ mix test`
* Ensure your Elixir code is properly formatted: `$ mix credo --strict`
* Ensure your Elixir code has no vulnerabilities: `$ mix sobelow --config`
* Ensure your ES code is properly formatted: `$ cd assets && yarn eslint`
* Format the Elixir code: `$ mix format`
* Lint the Elixir code: `$ mix credo --strict`
* Check the Elixir code for vulnerabilities: `$ mix sobelow --config`
* Lint the JavaScript code: `$ cd assets && yarn eslint`
## Internationalization

Loading…
Cancel
Save