There was an error while loading. Please reload this page.
1 parent 9fe3006 commit 14a82aaCopy full SHA for 14a82aa
node.js
@@ -46,6 +46,11 @@ module.exports = {
46
'node': true
47
},
48
49
+ 'parserOptions': {
50
+ 'ecmaVersion': 8,
51
+ 'sourceType': 'module'
52
+ },
53
+
54
'rules': {
55
56
/* Possible Errors */
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "eslint-config-jsbites",
3
- "version": "0.4.0",
+ "version": "0.4.1",
4
"description": "Byte-Sized JavaScript Coding Standards",
5
"main": "index.js",
6
"scripts": {
0 commit comments