formatting

deepsource-autofix-76c6eb20
Dan Gowans 2023-02-22 15:31:23 -05:00
parent c625955855
commit 2dde9e3836
2 changed files with 21 additions and 17 deletions

View File

@ -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

8
app.ts
View File

@ -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(