aboutsummaryrefslogtreecommitdiff
path: root/test/.eslintrc.yml
blob: 99bf3a680e4bfb88d95640a91232806e64ec475c (plain)
1
2
3
4
5
6
7
8
---
root: false
rules:
  max-len: off
  max-statements: off
  node/no-unpublished-import: off
  unicorn/no-empty-file: off
  unicorn/no-await-expression-member: off