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

.eslintrc.yml « storybook - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f3bbec8f26d8ca7beece98865ae0ee22a46aee54 (plain)
1
2
3
4
5
6
7
8
rules:
  '@gitlab/require-i18n-strings': off
  import/no-extraneous-dependencies: off
  import/no-commonjs: off
  import/no-nodejs-modules: off
  filenames/match-regex: off
  no-console: off
  import/no-unresolved: off