29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-09-05 18:03:34 +00:00
cms/.eslintignore

9 lines
351 B
Plaintext
Raw Normal View History

# A list of files to ignore from linting
!*.es6.js
2018-07-06 15:46:09 +00:00
build/**/**/*.js ## Exclude webcomponents till we fix the CS!
*.vue
2018-07-06 15:46:09 +00:00
build/incompatible_page/*.js
2018-07-09 00:50:02 +00:00
media/system/webcomponents/js/*.js ## The linted files are in build/webcomponents!
2018-07-09 00:32:23 +00:00
media/com_media/js/edit-images.js ## TODO: Fix this file
media/mod_menu/js/admin-menu.js ## TODO: Fix this file