mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #14455 from overleaf/jpa-eslint-module-scripts
[web] enable eslint for module scripts and ignore some more paths GitOrigin-RevId: 42e03affdb1e9829ca084160a284477f6ff4b250
This commit is contained in:
parent
96195177a3
commit
3f7b84cb40
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
# NOTE: changing paths may require updating them in the Makefile too.
|
||||
data/
|
||||
scripts/translations/.cache/
|
||||
node_modules
|
||||
modules/**/scripts
|
||||
frontend/js/vendor
|
||||
modules/**/frontend/js/vendor
|
||||
/public/
|
||||
|
|
Loading…
Reference in a new issue