summary refs log tree commit diff stats
path: root/.eslintrc.json
blob: 710250db7bd77e607c16a03f77fdfc148b984c2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "env": {
    "node": true
  },
  "extends": [
    "standard",
    "prettier",
    "plugin:ava/recommended"
  ],
  "plugins": [
    "prettier",
    "standard",
    "ava"
  ],
  "root": true
}