summaryrefslogtreecommitdiff
path: root/utils/.eslintrc
blob: b7dc129f139eb049a9fef14d76b3198f45505bcb (plain)
1
2
3
4
5
6
7
8
{
  "env": {
    "node": true
  },
  "rules": {
  	"no-console": 0
  }
}