sendou.ink/.prettierrc.js
Remmy Cat Stock cc396b8ac1
Add configs for better support of different development environments (#1092)
* Add prettierrc and editorconfig

* Updated README with `npm run cf` steps & also a git command that will fix a line ending error

* Added reference

* Prettier ;_;

* Add gitattributes to make sure git uses core.autocrlf on windows

Co-authored-by: William Lam <w.lam@honteam.com>
2022-11-05 22:45:00 +01:00

7 lines
93 B
JavaScript

/**
* @type {import('prettier').Config}
*/
module.exports = {
// defaults only so far
};