Skip to content

Commit 594fb43

Browse files
committed
fixed build problem
1 parent 74de9c2 commit 594fb43

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ module.exports = {
4343
'globalReturn': false,
4444
'jsx': false
4545
},
46-
"sourceType": "module"
46+
'sourceType': 'module'
4747
},
48-
48+
4949
'env': {
5050
'browser': true,
5151
'node': true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-config-jsbites",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "Byte-Sized JavaScript Coding Standards",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)