Skip to content

Commit 7135af3

Browse files
LinusUdcodeIO
authored andcommitted
Update linting instructions to reference new script name (AssemblyScript#320)
1 parent ef3b47d commit 7135af3

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Instructions are similar to those for bug reports. Please provide the following
4242

4343
Before submitting your pull request, please make sure that the following conditions are met:
4444

45-
* Your new code **adheres to the code style** through running `npm run lint`.
45+
* Your new code **adheres to the code style** through running `npm run check`.
4646
* Your new code **passes all existing and new tests** through running `npm run test:pr`.
4747
* Your PR **excludes distribution files** in `dist/**`.
4848
* You appended yourself to the **list of contributors** in the [NOTICE](./NOTICE) file.

NOTICE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ under the licensing terms detailed in LICENSE:
99
* Norton Wang <me@nortonwang.com>
1010
* Alan Pierce <alangpierce@gmail.com>
1111
* Palmer <pengliao@live.cn>
12+
* Linus Unnebäck <linus@folkdatorn.se>
1213

1314
Portions of this software are derived from third-party works licensed under
1415
the following terms:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ $> npm run clean
9393
Linting potential changes:
9494

9595
```
96-
$> npm run lint
96+
$> npm run check
9797
```
9898

9999
Running the [tests](./tests):

lib/lint/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Add a script to your `package.json`:
2929
Now, to check your sources, run:
3030

3131
```
32-
$> npm run lint
32+
$> npm run check
3333
```
3434

3535
If you are using [Visual Studio Code](https://code.visualstudio.com/), there's also a [TSLint extension](https://marketplace.visualstudio.com/items?itemName=eg2.tslint) that highlights issues as you type.

0 commit comments

Comments
 (0)