aboutsummaryrefslogtreecommitdiff
path: root/src/rules/import.json
blob: c7b7dba6086ed04b50aa824cbad0ca8dd7ca0b1b (plain) (blame)
1
2
3
4
5
6
7
8
{
  "import/exports-last": [
    "error"
  ],
  "import/first": [
    "error"
  ]
}