Skip to content

Commit 14a82aa

Browse files
committed
Updated parser options for Node.JS environments
1 parent 9fe3006 commit 14a82aa

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

node.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ module.exports = {
4646
'node': true
4747
},
4848

49+
'parserOptions': {
50+
'ecmaVersion': 8,
51+
'sourceType': 'module'
52+
},
53+
4954
'rules': {
5055

5156
/* Possible Errors */

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.4.0",
3+
"version": "0.4.1",
44
"description": "Byte-Sized JavaScript Coding Standards",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)