Skip to content

Commit 7df580b

Browse files
nschonniDerek Lewis
authored and
Derek Lewis
committed
chore: switch to semistandard
1 parent b975797 commit 7df580b

33 files changed

+893
-863
lines changed

Diff for: .eslintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"extends": [
33
"eslint:recommended",
4-
"standard",
4+
"semistandard",
55
"prettier"
66
],
77
"plugins": [

Diff for: .prettierrc.json

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
],
77
"options": {
88
"singleQuote": true,
9-
"semi": false,
109
"trailingComma": "none"
1110
}
1211
}

0 commit comments

Comments
 (0)