mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-25 07:32:19 -05:00
* 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>
7 lines
93 B
JavaScript
7 lines
93 B
JavaScript
/**
|
|
* @type {import('prettier').Config}
|
|
*/
|
|
module.exports = {
|
|
// defaults only so far
|
|
};
|