diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md index 73c74a5..67a8d0a 100644 --- a/.github/CODE_OF_CONDUCT.md +++ b/.github/CODE_OF_CONDUCT.md @@ -17,23 +17,23 @@ 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 -* Being respectful of differing opinions, viewpoints, and experiences -* Giving and gracefully accepting constructive feedback -* Accepting responsibility and apologizing to those affected by our mistakes, +- Demonstrating empathy and kindness toward other people +- Being respectful of differing opinions, viewpoints, and experiences +- Giving and gracefully accepting constructive feedback +- 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 +- 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 +- 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 -* Public or private harassment -* Publishing others' private information, such as a physical or email +- Trolling, insulting or derogatory comments, and personal or political attacks +- Public or private harassment +- 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 +- Other conduct which could reasonably be considered inappropriate in a professional setting ## Enforcement Responsibilities @@ -106,7 +106,7 @@ Violating these terms may lead to a permanent ban. ### 4. Permanent Ban **Community Impact**: Demonstrating a pattern of violation of community -standards, including sustained inappropriate behavior, harassment of an +standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals. **Consequence**: A permanent ban from any sort of public interaction within diff --git a/.prettierrc.json b/.prettierrc.json deleted file mode 100644 index 9604d16..0000000 --- a/.prettierrc.json +++ /dev/null @@ -1 +0,0 @@ -"@ivuorinen/prettier-config" \ No newline at end of file diff --git a/.releaserc.json b/.releaserc.json index cb82cc9..fb3d9e0 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -1,5 +1,3 @@ { - "extends": [ - "@ivuorinen/semantic-release-config" - ] -} \ No newline at end of file + "extends": ["@ivuorinen/semantic-release-config"] +} diff --git a/config/nvim/.luarc.json b/config/nvim/.luarc.json index 1e1765c..c2d33c2 100644 --- a/config/nvim/.luarc.json +++ b/config/nvim/.luarc.json @@ -1,5 +1,3 @@ { - "diagnostics.globals": [ - "vim" - ] -} \ No newline at end of file + "diagnostics.globals": ["vim"] +} diff --git a/config/nvim/lazyvim.json b/config/nvim/lazyvim.json index 4ef41d5..8c6c373 100644 --- a/config/nvim/lazyvim.json +++ b/config/nvim/lazyvim.json @@ -25,4 +25,4 @@ "NEWS.md": "2123" }, "version": 2 -} \ No newline at end of file +}