Skip to content

Commit e1c11ee

Browse files
Move code of conduct and contributing to .github directory
1 parent 2a5336d commit e1c11ee

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed
File renamed without changes.
File renamed without changes.

Diff for: .prettierrc

-6
This file was deleted.

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The AMP Project accepts responsible security disclosures through the [Google App
9595

9696
## Code of conduct
9797

98-
The AMP Project strives for a positive and growing project community that provides a safe environment for everyone. All members, committers and volunteers in the community are required to act according to the [code of conduct](CODE_OF_CONDUCT.md).
98+
The AMP Project strives for a positive and growing project community that provides a safe environment for everyone. All members, committers and volunteers in the community are required to act according to the [code of conduct](.github/CODE_OF_CONDUCT.md).
9999

100100
## License
101101

Diff for: package.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@
6363
},
6464
"lint-staged": {
6565
"*.ts": [
66-
"prettier --config .prettierrc --write"
66+
"prettier --write"
6767
],
6868
"*.test.js": [
69-
"prettier --config .prettierrc --write"
69+
"prettier --write"
7070
]
7171
},
7272
"husky": {
@@ -81,6 +81,12 @@
8181
],
8282
"verbose": true
8383
},
84+
"prettier": {
85+
"printWidth": 100,
86+
"trailingComma": "all",
87+
"parser": "typescript",
88+
"singleQuote": true
89+
},
8490
"volta": {
8591
"node": "12.16.1",
8692
"yarn": "1.22.0"

0 commit comments

Comments
 (0)