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.
6 lines
163 B
YAML
6 lines
163 B
YAML
extends: "@redhat-cloud-services/eslint-config-redhat-cloud-services"
|
|
globals:
|
|
insights: 'readonly'
|
|
shallow: readonly
|
|
render: 'readonly'
|
|
mount: 'readonly'
|