EJS-Lint icon indicating copy to clipboard operation
EJS-Lint copied to clipboard

Linter/Syntax Checker for EJS Templates.

Results 26 EJS-Lint issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`^7.9.0` -> `^8.0.0`](https://renovatebot.com/diffs/npm/eslint/7.32.0/8.19.0) |...

deps

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/RyanZim/EJS-Lint). ## Config Migration Needed - [ ]...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [chalk](https://togithub.com/chalk/chalk) | [`^4.0.0` -> `^5.0.0`](https://renovatebot.com/diffs/npm/chalk/4.1.2/5.0.1) | [![age](https://badges.renovateapi.com/packages/npm/chalk/5.0.1/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

deps

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [globby](https://togithub.com/sindresorhus/globby) | [`^11.0.0` -> `^13.0.0`](https://renovatebot.com/diffs/npm/globby/11.1.0/13.1.2) | [![age](https://badges.renovateapi.com/packages/npm/globby/13.1.2/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

deps

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [mocha](https://mochajs.org/) ([source](https://togithub.com/mochajs/mocha)) | [`^8.0.0` -> `^10.0.0`](https://renovatebot.com/diffs/npm/mocha/8.4.0/10.0.0) |...

deps

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [yargs](https://yargs.js.org/) ([source](https://togithub.com/yargs/yargs)) | [`^16.0.0` -> `^17.0.0`](https://renovatebot.com/diffs/npm/yargs/16.2.0/17.5.1) |...

deps

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [slash](https://togithub.com/sindresorhus/slash) | [`^3.0.0` -> `^4.0.0`](https://renovatebot.com/diffs/npm/slash/3.0.0/4.0.0) | [![age](https://badges.renovateapi.com/packages/npm/slash/4.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

deps

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-config-problems](https://togithub.com/ryanzim/eslint-config-problems) | [`^5.0.0` -> `^6.0.0`](https://renovatebot.com/diffs/npm/eslint-config-problems/5.0.0/6.0.0) | [![age](https://badges.renovateapi.com/packages/npm/eslint-config-problems/6.0.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

deps

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [ejs](https://togithub.com/mde/ejs) | [`3.1.7` -> `3.1.8`](https://renovatebot.com/diffs/npm/ejs/3.1.7/3.1.8) | [![age](https://badges.renovateapi.com/packages/npm/ejs/3.1.8/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

deps

I had this error thrown by ejs which ejs-lint couldn't detect. ``` err SyntaxError: missing ) after argument list in C:\model.ts while compiling ejs If the above error is not...

enhancement
help wanted