Skip to content

Checks the generated .js files #15

Description

@knownasilya

dist is excluded in the config, but it still checks the built files

/Users/iradchenko/sandbox/lft-server/app/actions/application.js has 8 errors and 0 warnings.
  1: 'use strict' is unnecessary inside of modules. (strict) at line 1:1
"use strict";
  2: Strings must use singlequote. (quotes) at line 1:1
"use strict";
  3: Strings must use singlequote. (quotes) at line 2:32
Object.defineProperty(exports, "__esModule", { value: true });
  4: Identifier 'denali_1' is not in camel case. (camelcase) at line 3:7
const denali_1 = require("denali");
  5: Strings must use singlequote. (quotes) at line 3:26
const denali_1 = require("denali");
  6: Identifier 'denali_1' is not in camel case. (camelcase) at line 4:33
class ApplicationAction extends denali_1.Action {
  7: Expected space or tab after '//' in comment. (spaced-comment) at line 7:1
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBwbGljYXRpb24uanMiLCJzb3VyY2VSb290IjoiL3VzZXJzL2lyYWRjaGVua28vc2FuZGJveC9sZnQtc2VydmVyLyIsInNvdXJjZXMiOlsiYXBwbGljYXRpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7QUFBQSxtQ0FBZ0M7QUFFaEMsdUJBQXVDLFNBQVEsZUFBTTtDQUNwRDtBQURELG9DQUNDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQWN0aW9uIH0gZnJvbSAnZGVuYWxpJztcblxuZXhwb3J0IGRlZmF1bHQgY2xhc3MgQXBwbGljYXRpb25BY3Rpb24gZXh0ZW5kcyBBY3Rpb24ge1xufVxuIl19
  8: Newline required at end of file but not found. (eol-last) at line 7:471
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXBwbGljYXRpb24uanMiLCJzb3VyY2VSb290IjoiL3VzZXJzL2lyYWRjaGVua28vc2FuZGJveC9sZnQtc2VydmVyLyIsInNvdXJjZXMiOlsiYXBwbGljYXRpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7QUFBQSxtQ0FBZ0M7QUFFaEMsdUJBQXVDLFNBQVEsZUFBTTtDQUNwRDtBQURELG9DQUNDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQWN0aW9uIH0gZnJvbSAnZGVuYWxpJztcblxuZXhwb3J0IGRlZmF1bHQgY2xhc3MgQXBwbGljYXRpb25BY3Rpb24gZXh0ZW5kcyBBY3Rpb24ge1xufVxuIl19```

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions