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

Vanliga valideringsfel #59

Open
emilfolino opened this issue Apr 29, 2021 · 1 comment
Open

Vanliga valideringsfel #59

emilfolino opened this issue Apr 29, 2021 · 1 comment
Labels
faq Ofta ställda frågor

Comments

@emilfolino
Copy link
Contributor

1:1 error 'home' is not defined no-undef

Vår statiska kodvalidering tar en fil i taget och vet inte om vad som laddats in i andra filer. Man kan fördefiniera variabler genom /* global home */.

@emilfolino emilfolino added the faq Ofta ställda frågor label Apr 29, 2021
@emilfolino
Copy link
Contributor Author

2:5 error Expected blank line after variable declarations newline-after-var

Vi vill alltid ha en blank rad efter att ha deklarerad en variabel. Ibland kan det bara vara svårt att hitta vart deklarationen slutar.

var home = (function() {
    var showHome = function() {

    };
    showHome();
})(home);

Här bör vi ha en radbrytning innan showHome(); då en variabeldeklarationen slutar vid ;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
faq Ofta ställda frågor
Projects
None yet
Development

No branches or pull requests

1 participant