diff options
Diffstat (limited to '.eslintignore')
-rw-r--r-- | .eslintignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.eslintignore b/.eslintignore index f8d8b5a2bc4..b40dce6c6aa 100644 --- a/.eslintignore +++ b/.eslintignore @@ -6,3 +6,6 @@ node_modules/ **/js/* *.config.js tests/lib/ + +# TODO: remove when comments files is not using handlebar templates anymore +apps/comments/src/templates.js
\ No newline at end of file |