summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/conf/blank-script.json
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node_modules/eslint/conf/blank-script.json')
-rw-r--r--tools/node_modules/eslint/conf/blank-script.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/tools/node_modules/eslint/conf/blank-script.json b/tools/node_modules/eslint/conf/blank-script.json
new file mode 100644
index 0000000000..d7d7d37ba8
--- /dev/null
+++ b/tools/node_modules/eslint/conf/blank-script.json
@@ -0,0 +1,21 @@
+{
+ "type": "Program",
+ "body": [],
+ "sourceType": "script",
+ "range": [
+ 0,
+ 0
+ ],
+ "loc": {
+ "start": {
+ "line": 0,
+ "column": 0
+ },
+ "end": {
+ "line": 0,
+ "column": 0
+ }
+ },
+ "comments": [],
+ "tokens": []
+}