aboutsummaryrefslogtreecommitdiff
path: root/src/rules/eslint-comments/default.json
blob: 75f5bad95962b9cb6e3c36dd41647527be7040e2 (plain) (blame)
1
2
3
4
5
6
7
8
{
  "eslint-comments/disable-enable-pair": [
    "error",
    {
      "allowWholeFile": true
    }
  ]
}