all repos — archive/homestead @ 36f5609c814a361214a755ebe57633f75bc4920a

My future indieweb platform

.eslintrc.json (view raw)

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
}