Skip to content

Commit 5283b1a

Browse files
authored
Update docs (#538) (#540)
1 parent 1b5ad34 commit 5283b1a

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

client/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,7 @@ Soon to be in gulpfile....but gulp-eslint depends on eslint depends on
2626

2727
So don't use `yarn run gulp lint` yet.
2828

29-
For now:
30-
31-
bin/lint
32-
33-
Or (from either top level or within `client` directory)
29+
From either top level or within `client` directory
3430

3531
yarn run lint
3632

docs/linters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Linting and Code Inspection
22
## Running Lint and CI tasks
33
* Default rake task runs tests and linting (yes, repeating this!) (see `ci.rake`)
4-
* See file [README.md](client/README.md) for how to run ESLint
5-
* See scripts `scripts/lint` and `client/bin/lint`.
4+
* See file [README.md](../client/README.md) for how to run ESLint
5+
* See script `scripts/lint`.
66
* We're using the [AirBnb JavaScript style guidelines](https://github.com/airbnb/javascript).
77

88
### RubyMine/Webstorm Linting Configuration

0 commit comments

Comments
 (0)