diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index ce5f352..6727ed0 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -8,19 +8,19 @@ In the interest of fostering an open and welcoming environment, we as contributo Examples of behavior that contributes to creating a positive environment include: -* Using welcoming and inclusive language -* Being respectful of differing viewpoints and experiences -* Gracefully accepting constructive criticism -* Focusing on what is best for the community -* Showing empathy towards other community members +- Using welcoming and inclusive language +- Being respectful of differing viewpoints and experiences +- Gracefully accepting constructive criticism +- Focusing on what is best for the community +- Showing empathy towards other community members Examples of unacceptable behavior by participants include: -* The use of sexualized language or imagery and unwelcome sexual attention or advances -* Trolling, insulting/derogatory comments, and personal or political attacks -* Public or private harassment -* Publishing others' private information, such as a physical or electronic address, without explicit permission -* Other conduct which could reasonably be considered inappropriate in a professional setting +- The use of sexualized language or imagery and unwelcome sexual attention or advances +- Trolling, insulting/derogatory comments, and personal or political attacks +- Public or private harassment +- Publishing others' private information, such as a physical or electronic address, without explicit permission +- Other conduct which could reasonably be considered inappropriate in a professional setting ## Our Responsibilities diff --git a/prettier.config.js b/prettier.config.js index 3d56f1b..35ca162 100644 --- a/prettier.config.js +++ b/prettier.config.js @@ -2,16 +2,16 @@ 'use strict'; /** - * Ref: + * @see * https://prettier.io/docs/en/options.html */ module.exports = { arrowParens: 'avoid', bracketSpacing: true, + bracketSameLine: false, endOfLine: 'auto', htmlWhitespaceSensitivity: 'css', - jsxBracketSameLine: false, jsxSingleQuote: false, printWidth: 80, proseWrap: 'preserve',