Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 436 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (13 loc) · 436 Bytes

Contribution

You're free to contribute to this project by submitting issues and/or pull requests. This project uses prettier with the following options:

{
	"printWidth": 80,
	"singleQuote": true,
	"trailingComma": "es5",
	"bracketSpacing": true,
	"jsxBracketSameLine": false,
	"parser": "babylon",
	"semi": false
}