diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 00000000..0a12717a --- /dev/null +++ b/.prettierignore @@ -0,0 +1,2 @@ +dist +.github \ No newline at end of file diff --git a/.prettierrc b/.prettierrc index 6fd2b1e6..0eedb92e 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,8 +1,7 @@ { - "semi": false, - "trailingComma": "all", - "singleQuote": true, - "tabWidth": 2, - "printWidth": 120 - } - \ No newline at end of file + "semi": false, + "trailingComma": "all", + "singleQuote": true, + "tabWidth": 2, + "printWidth": 120 +} diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index cdf7b6d4..36429963 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -14,22 +14,22 @@ appearance, race, religion, or sexual identity and orientation. 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/src/helpers/VertexTangentsHelper.js b/src/helpers/VertexTangentsHelper.js index f43c251f..22d107fc 100644 --- a/src/helpers/VertexTangentsHelper.js +++ b/src/helpers/VertexTangentsHelper.js @@ -1,10 +1,4 @@ -import { - BufferGeometry, - Float32BufferAttribute, - LineSegments, - LineBasicMaterial, - Vector3, -} from 'three' +import { BufferGeometry, Float32BufferAttribute, LineSegments, LineBasicMaterial, Vector3 } from 'three' const _v1 = new Vector3() const _v2 = new Vector3() diff --git a/tsconfig.json b/tsconfig.json index a658f710..c8fb60c4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,7 +14,7 @@ "outDir": "dist", "resolveJsonModule": true, "noImplicitThis": false, - "baseUrl": "./src", + "baseUrl": "./src" }, "include": ["./src", "tests"], "exclude": ["./node_modules/**/*"]