Skip to content

Commit d3ccbea

Browse files
committed
fix(docs): note internal eslintrc.json file used while linting
1 parent e2d8262 commit d3ccbea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
## Node
2727

28-
We pin mastarm to a specific version of node due to inconsistencies across installation and building when using multiple versions. *Node 8 is now required to run mastarm*.
28+
We pin mastarm to a specific version of node due to inconsistencies across installation and building when using multiple versions. *Node 8 is now required to run mastarm*.
2929

3030
## Install
3131

@@ -175,7 +175,7 @@ $ mastarm format index.js
175175

176176
### `lint`
177177

178-
Lint using [Standard](http://standardjs.com/). Everything is passed directly to [`standard-engine`](https://github.com/Flet/standard-engine).
178+
Lint using [Standard](http://standardjs.com/) and various configurations noted in an [internal eslintrc.json file](https://github.com/conveyal/mastarm/blob/dev/lib/eslintrc.json). Everything is passed directly to [`standard-engine`](https://github.com/Flet/standard-engine).
179179

180180
```shell
181181
$ mastarm lint [paths...]

0 commit comments

Comments
 (0)