mirror of
https://github.com/CryptKeeperZK/ejs.git
synced 2026-01-07 22:53:52 -05:00
The .eslintignore was misconfigured. In an attempt not to validate the browserified bundles, we added `ejs.js` to the .eslintignore. This not only ignored the bundle, it also ignored `lib/ejs.js` & `test/ejs.js`. This line was corrected to read `/ejs.js`. As a result of this, quite a few linting errors needed fixed.
5 lines
33 B
Plaintext
5 lines
33 B
Plaintext
coverage
|
|
out
|
|
/ejs.js
|
|
/ejs.min.js
|