Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Checks the generated .js files #15

Open
knownasilya opened this issue Dec 11, 2017 · 0 comments
Open

Checks the generated .js files #15

knownasilya opened this issue Dec 11, 2017 · 0 comments

Comments

@knownasilya
Copy link
Member

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```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant