libreoffice-online/loleaflet/.eslintignore
Pranav Kant a7d3a8e9c3 loleaflet: Enable toolbar linting
Till now we have only been linting our src/ directory. toolbar.js
is the only file we edit directly in dist/. Lets keep a check on
it too.

Change-Id: I3e8a6e675a1d0c508339db1363600b5fe8f9c2cd
2016-05-29 14:36:25 +05:30

5 lines
101 B
Text

# We only directly edit toolbar.js in dist/
dist/**/*.js
!dist/toolbar/toolbar.js
src/admin/Base.js