• silverwind's avatar
    Enable linting of JS inside templates (#13708) · 7ab36335
    silverwind authored
    
    
    Indentation-related rules are disabled because indent templates with
    tabs but our lint rules expect spaces.
    
    Also had to exclude a few files where using template variables in the JS
    is causing syntax errors for the JS parser. I don't think there's a way
    to solve this otherwise.
    Co-authored-by: default avatarLauris BH <lauris@nix.lv>
    7ab36335
.eslintrc 12.4 KB