You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can find our open issues in the project's [issue tracker](https://github.com/veghdev/write-npmstat/issues). Please let us know if you find any issues or have any feature requests there.
6
+
7
+
# Pull requests
8
+
9
+
A pull request must contain a linked issue, its title should explain the issue or feature shortly and clearly.
10
+
11
+
# CI check
12
+
13
+
The `check` script collects the scripts which are run by the `CI` workflow.
14
+
The `CI` workflow invokes the `check-prettier` and the `check-eslint` scripts.
15
+
16
+
```sh
17
+
npm run check
18
+
```
19
+
20
+
## Formatting
21
+
22
+
The write-npmstat project is formatted with `prettier`.
23
+
Run the `check-prettier` script to check that the js files are formatted with `prettier`.
24
+
25
+
```sh
26
+
npm run check-prettier
27
+
```
28
+
29
+
`prettier` can be run with the `prettier` script.
30
+
31
+
```sh
32
+
npm run prettier
33
+
```
34
+
35
+
## Linter
36
+
37
+
The `eslint` script runs `eslint` over the write-npmstat project.
We welcome contributions to the project, visit our [contributing](https://github.com/veghdev/write-npmstat/blob/main/CONTRIBUTING.md) guide for further info.
32
+
29
33
# Contact
30
34
31
35
Join our [discussions](https://github.com/veghdev/write-npmstat/discussions) page if you have any questions or comments.
0 commit comments