Skip to content

Commit 3f2968a

Browse files
committed
Add standard eslint config, move Sandbox to explicit version
1 parent 12addef commit 3f2968a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Diff for: package.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,19 @@
66
},
77
"dependencies": {
88
"@architect/functions": "^4.0.0",
9-
"@architect/sandbox": "latest",
9+
"@architect/sandbox": "^4.0.1",
1010
"@begin/data": "^3.0.0",
1111
"graphql": "^15.5.2",
1212
"graphql-tools": "^8.2.0",
1313
"npm-run-all": "^4.1.5",
1414
"tiny-json-http": "^7.3.0",
1515
"xss": "^1.0.9"
16+
},
17+
"devDependencies": {
18+
"@architect/eslint-config": "^2.0.0",
19+
"eslint": "^7.32.0"
20+
},
21+
"eslintConfig": {
22+
"extends": "@architect/eslint-config"
1623
}
1724
}

0 commit comments

Comments
 (0)