aboutsummaryrefslogtreecommitdiffhomepage
path: root/.eslintrc
blob: 435d1aeb5d96d428fd1dd82958845bdb1c624c9c (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  "extends": "airbnb-base",
  "rules": {
    "no-undef": "off",
    "no-console": "off",
    "no-use-before-define": "off",
    "no-multi-assign": "off"
  }
}