You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1270,7 +1270,7 @@
1270
1270
1271
1271
## <a name='modules'>Modules</a>
1272
1272
1273
-
- The module should start with a `!`. This ensures that if a malformed module forgets to include a final semicolon there aren't errors in production when the scripts get concatenated.
1273
+
- The module should start with a `!`. This ensures that if a malformed module forgets to include a final semicolon there aren't errors in production when the scripts get concatenated. [Explanation](https://github.com/airbnb/javascript/issues/44#issuecomment-13063933)
1274
1274
- The file should be named with camelCase, live in a folder with the same name, and match the name of the single export.
1275
1275
- Add a method called noConflict() that sets the exported module to the previous version and returns this one.
1276
1276
- Always declare `'use strict';` at the top of the module.
0 commit comments