aboutsummaryrefslogtreecommitdiff
path: root/src/rules/import/default.json
blob: 77ec2820239478db85fc78ba7e26b1fc85d8a779 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "import/exports-last": [
    "error"
  ],
  "import/first": [
    "error"
  ],
  "import/newline-after-import": [
    "error",
    {
      "count": 1
    }
  ],
  "import/no-webpack-loader-syntax": [
    "error"
  ]
}