aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
blob: d9bbf44066f1db44834482d292f4e23230553075 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  "plugins": ["prettier"],
  "parser": "babel-eslint",
  "rules": {
    "prettier/prettier": "error"
  },
  "env": {
    "mocha": true
  }
}