Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 376 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 376 Bytes

The Texas Defense Data Website

Dev workflow

Formatting files

There are two options:

  1. You can either install the Prettier extension in VS Code (or your editor of choice).
  2. You can run npm run format from the command line.

Contributing

Linting

Two options:

  1. Install and use the ESLint extension.
  2. Run npm run lint from the command line.