From e3abcf3ebc677a86fbd2c1d2da7241ac6a52595e Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Fri, 9 Sep 2022 22:08:52 +0200 Subject: build(site): Use Prettier to format JavaScript This change updates the build configuration for the OpenDC website to use Prettier to format the JavaScript files for that module. --- site/.prettierrc.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 site/.prettierrc.yaml (limited to 'site/.prettierrc.yaml') diff --git a/site/.prettierrc.yaml b/site/.prettierrc.yaml new file mode 100644 index 00000000..9a2b9a95 --- /dev/null +++ b/site/.prettierrc.yaml @@ -0,0 +1,5 @@ +trailingComma: "es5" +tabWidth: 4 +semi: false +singleQuote: true +printWidth: 120 -- cgit v1.2.3