Skip to content

Commit 93eb01d

Browse files
Cleanup base directory
1 parent d988a74 commit 93eb01d

File tree

7 files changed

+9
-9
lines changed

7 files changed

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

.prettierrc

Lines changed: 0 additions & 6 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Uses native compression from Node Core, attempts to parallelize compression work across available CPUs, and requires Node >= `10.16`.
66

7-
![Interactive UI Processing Large Files](https://github.com/ampproject/filesize/raw/master/preview.gif)
7+
![Interactive UI Processing Large Files](https://github.com/ampproject/filesize/raw/master/.github/preview.gif)
88

99
## Installation
1010

@@ -54,7 +54,7 @@ The AMP Project accepts responsible security disclosures through the [Google App
5454

5555
## Code of conduct
5656

57-
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).
57+
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).
5858

5959
## License
6060

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
},
8181
"lint-staged": {
8282
"*.ts": [
83-
"prettier --config .prettierrc --write"
83+
"prettier --write"
8484
]
8585
},
8686
"husky": {
@@ -91,5 +91,11 @@
9191
},
9292
"publishConfig": {
9393
"access": "public"
94+
},
95+
"prettier": {
96+
"printWidth": 120,
97+
"trailingComma": "all",
98+
"parser": "typescript",
99+
"singleQuote": true
94100
}
95101
}

0 commit comments

Comments
 (0)