File tree 2 files changed +3
-7
lines changed
2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,7 @@ Soon to be in gulpfile....but gulp-eslint depends on eslint depends on
26
26
27
27
So don't use ` yarn run gulp lint ` yet.
28
28
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
34
30
35
31
yarn run lint
36
32
Original file line number Diff line number Diff line change 1
1
# Linting and Code Inspection
2
2
## Running Lint and CI tasks
3
3
* 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 ` .
6
6
* We're using the [ AirBnb JavaScript style guidelines] ( https://github.com/airbnb/javascript ) .
7
7
8
8
### RubyMine/Webstorm Linting Configuration
You can’t perform that action at this time.
0 commit comments