Skip to content

Commit cccc5ea

Browse files
authored
Merge pull request #18 from github/update-dependencies
Update developer dependencies
2 parents 0923d4b + 49b518c commit cccc5ea

File tree

3 files changed

+5683
-1462
lines changed

3 files changed

+5683
-1462
lines changed

.eslintrc.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"root": true,
3+
"extends": ["plugin:github/browser", "plugin:github/recommended", "plugin:github/typescript"],
4+
"overrides": [
5+
{
6+
"files": "*.js",
7+
"parser": "espree",
8+
"parserOptions": {"ecmaVersion": 8}
9+
}
10+
]
11+
}

0 commit comments

Comments
 (0)