Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.eslintrc.yml')
-rw-r--r--.eslintrc.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.eslintrc.yml b/.eslintrc.yml
index f98f7acc0ad..595f4fc7b9a 100644
--- a/.eslintrc.yml
+++ b/.eslintrc.yml
@@ -71,8 +71,6 @@ rules:
- sibling
- index
pathGroups:
- - pattern: '@sentry/browser'
- group: external
- pattern: ~/**
group: internal
- pattern: emojis/**
@@ -134,6 +132,8 @@ rules:
message: 'Import { Mousetrap } from ~/lib/mousetrap instead.'
- name: vuex
message: 'See our documentation on "Migrating from VueX" for tips on how to avoid adding new VueX stores.'
+ - name: '@sentry/browser'
+ message: Use "import * as Sentry from '~/sentry/sentry_browser_wrapper';" instead
unicorn/prefer-dom-node-dataset:
- error
no-unsanitized/method: