From 68e0c85efd9f20f563a93bd715b0e17656b95fcf Mon Sep 17 00:00:00 2001 From: Allan Bowe <4420615+allanbowe@users.noreply.github.com> Date: Sat, 3 Apr 2021 22:33:18 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5768827..cae2a65 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Our goal is to help SAS developers everywhere spend less time on code reviews, b @sasjs/lint is used by the following products: * [@sasjs/vscode-extension](https://github.com/sasjs/vscode-extension) - just download SASjs in the market place, and select view/problems in the menu bar. - * @sasjs/cli - just run `sasjs lint` to get a list of all files with their problems, along with line and column indexes. + * [@sasjs/cli](https://cli.sasjs.io) - just run `sasjs lint` to get a list of all files with their problems, along with line and column indexes. Configuration is via a `.sasjslint` file with the following structure (these are also the defaults if no .sasjslint file is found):