mirror of
https://github.com/sasjs/lint.git
synced 2026-01-06 20:20:06 +00:00
chore: add enum for lineEndings in sasjs-lint-schema.json
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
export enum LineEndings {
|
||||
LF = 'lf',
|
||||
CRLF = 'crlf'
|
||||
CRLF = 'crlf',
|
||||
OFF = 'off'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user