You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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```
The text was updated successfully, but these errors were encountered:
dist is excluded in the config, but it still checks the built files
The text was updated successfully, but these errors were encountered: