Skip to content

Commit

Permalink
feat(lint): support for global settings (#1344)
Browse files Browse the repository at this point in the history
It is now possible to put a .sasjslint file in the user home directory to provide global settings.  Closes sasjs/lint#209

Co-authored-by: allan <[email protected]>
  • Loading branch information
allanbowe and allan authored Apr 13, 2023
1 parent 1dc9a4b commit d6f5dd1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"dependencies": {
"@sasjs/adapter": "4.1.6",
"@sasjs/core": "4.45.4",
"@sasjs/lint": "2.2.2",
"@sasjs/lint": "2.3.0",
"@sasjs/utils": "3.2.0",
"adm-zip": "0.5.9",
"chalk": "4.1.2",
Expand Down Expand Up @@ -102,4 +102,4 @@
"typescript": "4.9.5",
"util": "0.12.4"
}
}
}

0 comments on commit d6f5dd1

Please sign in to comment.