Fiszcz/OLX-flats-notificator

View on GitHub
src/EmailMessage/EmailMessage.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function message has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public get message(): string {
        return (
            '<div align="center">' +
                `<H2>${this.subject}</H2>` +
                '\n' +
Severity: Minor
Found in src/EmailMessage/EmailMessage.ts - About 1 hr to fix

    Expected linebreak to be 'CRLF'
    Open

    
    
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

            return transportInformation;
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

        public get subject(): string {
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

    
    
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

                    '\n' +
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

                    `Website: ${this.advertisement.href}` +
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

                    '----------------------' +
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

                    '</div>' +
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

                    '\n\n'
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

            return `[${this.advertisement.time}] -${shortTransportInformation} - ${this.advertisement.title}`;
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

                    `Price: ${this.advertisement.price}` +
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

                `Rent: ${this.advertisement.rentCosts}` +
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

        public get attachments(): string[] {
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

        private transportInformation = () => {
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

            // TODO: add url of filter url
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

            if (this.advertisement.price) shortTransportInformation += `[Price: ${this.advertisement.price}]`;
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

            }
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

                    '\n' +
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

            );
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

    export class EmailMessage implements EmailMessageInterface {
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

    
    
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

                    '\n' +
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

        message: string;
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

                    '\n' +
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

        attachments: string[];
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

            if (this.advertisement.isPerfectLocated) transportInformation += 'Perfect Location 👌🤩' + '\n';
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

                transportInformation += `Steps: ${connection.transportSteps.map(step => step.instructions).toString()}` + '\n';
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

        }
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

                    '\n' +
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

        }
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

    
    
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

    }
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

            let transportInformation = '';
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

        public get message(): string {
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

                    '\n' +
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

                    '----------------------' +
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

        }
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

            for (const connection of this.advertisement.transportInformation || []) {
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

                shortTransportInformation += ` [${connection.location.substr(0, 6)} - ${connection.textTime}]`;
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

                    '\n' +
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

                    `Location: ${this.advertisement.location}` +
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

    }
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

            let shortTransportInformation = '';
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

            if (this.advertisement.isPerfectLocated) shortTransportInformation += '{Perfect Location 👌🤩}';
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

                    `Transport ${this.transportInformation()}` +
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

                    '\n' +
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

                    '*️⃣*️⃣*️⃣*️⃣*️⃣*️⃣*️⃣*️⃣*️⃣*️⃣*️⃣*️⃣*️⃣*️⃣*️⃣*️⃣*️⃣*️⃣*️⃣*️⃣*️⃣*️⃣*️⃣*️⃣*️⃣*️⃣*️⃣' +
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

    
    
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

            for (const connection of this.advertisement.transportInformation || []) {
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

        };
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

    
    
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

                    `Time of Advertisement: ${this.advertisement.time}` +
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

            return this.advertisement.screenshotPath ? [this.advertisement.screenshotPath] : [];
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

        }
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

            return (
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

                '<div align="center">' +
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

                    this.advertisement.rentCosts &&
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

                    '\n' +
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

                    '\n' +
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

                    `<img src="cid:${this.attachments}" alt="Screenshot of page with advertisement"/>` +
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

    import { Advertisement } from '../Advertisement/Advertisement';
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

        subject: string;
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

        private readonly advertisement: Advertisement;
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

            this.advertisement = advertisement;
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

                    `Description:` +
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

                    '\n' +
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

    export interface EmailMessageInterface {
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

    
    
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

                transportInformation += connection.hasSatisfiedTime ? '👍🕑' : '🤬🕑';
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

                transportInformation += ` to ${connection.location}` + '\n';
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

            if (this.advertisement.rentCosts) shortTransportInformation += `[Rent: ${this.advertisement.rentCosts}]`;
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

            }
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

                    `<H2>${this.subject}</H2>` +
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

                    this.advertisement.description +
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

        constructor(advertisement: Advertisement) {
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

                transportInformation += ` ${connection.textTime}`;
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    Expected linebreak to be 'CRLF'
    Open

                    '\n' +
    Severity: Minor
    Found in src/EmailMessage/EmailMessage.ts by tslint

    Rule: linebreak-style

    Enforces a consistent linebreak style.

    Notes
    • Has Fix

    Config

    One of the following options must be provided:

    • "LF" requires LF (\n) linebreaks
    • "CRLF" requires CRLF (\r\n) linebreaks
    Examples
    "linebreak-style": true,LF
    "linebreak-style": true,CRLF
    Schema
    {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    }

    For more information see this page.

    There are no issues that match your filters.

    Category
    Status