Skip to content

Commit b5f5176

Browse files
committed
Merge branch 'master' into v0.10.x
2 parents a908239 + 18a0032 commit b5f5176

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+3090
-3118
lines changed

.eslintrc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"extends": "standard",
3+
"rules": {
4+
"semi": ["error", "always"],
5+
"no-unused-vars": "warn",
6+
"quotes": ["error", "single", { "avoidEscape": true, "allowTemplateLiterals": true }]
7+
}
8+
}

.prettierrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"singleQuote": true
3+
}

0 commit comments

Comments
 (0)