We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f0082b commit b783c38Copy full SHA for b783c38
1 file changed
packages/eslint-config-transit/index.js
@@ -1,8 +1,11 @@
1
+'use strict';
2
+
3
module.exports = {
4
extends: 'airbnb-base',
5
parserOptions: {
6
ecmaVersion: 6,
7
ecmaFeatures: {},
8
+ sourceType: 'script',
9
},
10
rules: {
11
'max-len': ['error', 105, 2],
0 commit comments