summaryrefslogtreecommitdiffstats
path: root/script/.eslintrc.json
blob: 16bdb96c043812bc54712b5ebfd52541747167c3 (plain)
1
2
3
4
5
6
7
{
  "globals": {
    "__extension__": "readonly",
    "__setupPackage__": "readonly",
    "__postInit__": "readonly"
  }
}