Skip to content

Commit 98a7690

Browse files
committed
Merge pull request airbnb#530 from taion/patch-1
Clarify strict ESLint rule
2 parents 4268bba + 8da7adb commit 98a7690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
'rules': {
3-
// require that all functions are run in strict mode
3+
// babel inserts `'use strict';` for us
44
'strict': [2, 'never']
55
}
66
};

0 commit comments

Comments
 (0)