Searched refs:lintCompiler (Results 1 – 1 of 1) sorted by relevance
382 const lintCompiler = eslint("src"); constant383 lintCompiler.displayName = "lint-compiler";384 task("lint-compiler", series([buildEslintRules, lintCompiler]));390 const lint = series([buildEslintRules, lintScripts, lintCompiler]);