Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 757 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (13 loc) · 757 Bytes

Setting up

  1. Clone the repository
  2. cd prettier-plugin-void-html
  3. npm install

Running tests

This project uses the native Node.js test runner with node:assert. Make sure you use a compatible version of Node.js in order to be able to run these.

The tests are all contained in the test.js file. Run them with npm run test.

File structure

This is about as simple as it gets.

Pull Requests

Please open a Pull Request to this repository to contribute your change.