29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-07-12 06:53:39 +00:00
cms/.eslintignore
2019-05-04 18:41:42 +02:00

16 lines
516 B
Plaintext

# A list of files to ignore from linting
*.js
!*.es6.js
administrator/components/com_media/node_modules/uri-js/node_modules/punycode/punycode.es6.js
media
*.vue
# TODO: Fix the webcomponents codestyle then also allow linting on them
joomla-editor-codemirror.w-c.es6.js
joomla-field-fancy-select.w-c.es6.js
joomla-field-module-order.w-c.es6.js
joomla-field-permissions.w-c.es6.js
joomla-field-send-test-mail.w-c.es6.js
joomla-field-simple-color.w-c.es6.js
joomla-field-subform.w-c.es6.js
# End of TODO