Skip to content

Commit b783c38

Browse files
committed
Forcing the sourceType to be script instead of ES6 modules.
1 parent 6f0082b commit b783c38

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/eslint-config-transit/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
'use strict';
2+
13
module.exports = {
24
extends: 'airbnb-base',
35
parserOptions: {
46
ecmaVersion: 6,
57
ecmaFeatures: {},
8+
sourceType: 'script',
69
},
710
rules: {
811
'max-len': ['error', 105, 2],

0 commit comments

Comments
 (0)