There was an error while loading. Please reload this page.
1 parent 74de9c2 commit 594fb43Copy full SHA for 594fb43
index.js
@@ -43,9 +43,9 @@ module.exports = {
43
'globalReturn': false,
44
'jsx': false
45
},
46
- "sourceType": "module"
+ 'sourceType': 'module'
47
48
-
+
49
'env': {
50
'browser': true,
51
'node': true
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-config-jsbites",
3
- "version": "0.7.0",
+ "version": "0.7.1",
4
"description": "Byte-Sized JavaScript Coding Standards",
5
"main": "index.js",
6
"scripts": {
0 commit comments