From 5283b1aa6350505757e8c3703a7ad20158ee7a52 Mon Sep 17 00:00:00 2001 From: Yassa Tamer <58339464+Yassa-hue@users.noreply.github.com> Date: Tue, 1 Aug 2023 11:43:12 +0300 Subject: [PATCH] Update docs (#538) (#540) --- client/README.md | 6 +----- docs/linters.md | 4 ++-- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/client/README.md b/client/README.md index fd6171fd..802c2399 100644 --- a/client/README.md +++ b/client/README.md @@ -26,11 +26,7 @@ Soon to be in gulpfile....but gulp-eslint depends on eslint depends on So don't use `yarn run gulp lint` yet. -For now: - - bin/lint - -Or (from either top level or within `client` directory) +From either top level or within `client` directory yarn run lint diff --git a/docs/linters.md b/docs/linters.md index aab39f38..bdce9f7a 100644 --- a/docs/linters.md +++ b/docs/linters.md @@ -1,8 +1,8 @@ # Linting and Code Inspection ## Running Lint and CI tasks * Default rake task runs tests and linting (yes, repeating this!) (see `ci.rake`) -* See file [README.md](client/README.md) for how to run ESLint -* See scripts `scripts/lint` and `client/bin/lint`. +* See file [README.md](../client/README.md) for how to run ESLint +* See script `scripts/lint`. * We're using the [AirBnb JavaScript style guidelines](https://github.com/airbnb/javascript). ### RubyMine/Webstorm Linting Configuration