debian-image-builder-frontend/.eslintrc.yml
Jacob Kozol 7959f2a563 eslintrc: update eslint config
Use the "@redhat-cloud-services/eslint-config-redhat-cloud-services"
eslint config. This allows our styling to be standardized with other
Red Hat Insights apps. Also, remove now unneeded eslint packages.
2022-05-23 12:47:20 +02:00

6 lines
163 B
YAML

extends: "@redhat-cloud-services/eslint-config-redhat-cloud-services"
globals:
insights: 'readonly'
shallow: readonly
render: 'readonly'
mount: 'readonly'