From 2dde9e38366760028b4fbe08c8e94321fd0239a6 Mon Sep 17 00:00:00 2001 From: Dan Gowans Date: Wed, 22 Feb 2023 15:31:23 -0500 Subject: [PATCH] formatting --- CODE_OF_CONDUCT.md | 30 +++++++++++++++--------------- app.ts | 8 ++++++-- 2 files changed, 21 insertions(+), 17 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 372fd178..92b607f4 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -17,32 +17,32 @@ diverse, inclusive, and healthy community. Examples of behavior that contributes to a positive environment for our community include: -- Demonstrating empathy and kindness toward other people +- Demonstrating empathy and kindness toward other people -- Being respectful of differing opinions, viewpoints, and experiences +- Being respectful of differing opinions, viewpoints, and experiences -- Giving and gracefully accepting constructive feedback +- Giving and gracefully accepting constructive feedback -- Accepting responsibility and apologizing to those affected by our mistakes, - and learning from the experience +- Accepting responsibility and apologizing to those affected by our mistakes, + and learning from the experience -- Focusing on what is best not just for us as individuals, but for the overall - community +- Focusing on what is best not just for us as individuals, but for the overall + community Examples of unacceptable behavior include: -- The use of sexualized language or imagery, and sexual attention or advances of - any kind +- The use of sexualized language or imagery, and sexual attention or advances of + any kind -- Trolling, insulting or derogatory comments, and personal or political attacks +- Trolling, insulting or derogatory comments, and personal or political attacks -- Public or private harassment +- Public or private harassment -- Publishing others' private information, such as a physical or email address, - without their explicit permission +- Publishing others' private information, such as a physical or email address, + without their explicit permission -- Other conduct which could reasonably be considered inappropriate in a - professional setting +- Other conduct which could reasonably be considered inappropriate in a + professional setting ## Enforcement Responsibilities diff --git a/app.ts b/app.ts index 21a873c8..d242fb46 100644 --- a/app.ts +++ b/app.ts @@ -120,12 +120,16 @@ app.use( app.use( urlPrefix + '/lib/cityssm-bulma-js/bulma-js.js', - express.static(path.join('node_modules', '@cityssm', 'bulma-js', 'dist', 'bulma-js.js')) + express.static( + path.join('node_modules', '@cityssm', 'bulma-js', 'dist', 'bulma-js.js') + ) ) app.use( urlPrefix + '/lib/cityssm-bulma-webapp-js', - express.static(path.join('node_modules', '@cityssm', 'bulma-webapp-js', 'dist')) + express.static( + path.join('node_modules', '@cityssm', 'bulma-webapp-js', 'dist') + ) ) app.use(