Blame view

node_modules/eslint/conf/blank-script.json 256 Bytes
f7563de62   Palak Handa   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
  {
    "type": "Program",
    "body": [],
    "sourceType": "script",
    "range": [
      0,
      0
    ],
    "loc": {
      "start": {
        "line": 0,
        "column": 0
      },
      "end": {
        "line": 0,
        "column": 0
      }
    },
    "comments": [],
    "tokens": []
  }