Skip to content

Commit 8da7adb

Browse files
committed
Clarify strict ESLint rule
1 parent 4268bba commit 8da7adb

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)