Skip to content

Commit 5a6dc7c

Browse files
committed
Merge pull request #171 from Joe8Bit/patch-1
Add syntax highlighting to noConflict reference
2 parents f234e02 + 1c3e0c8 commit 5a6dc7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1287,7 +1287,7 @@
12871287
12881288
- 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)
12891289
- The file should be named with camelCase, live in a folder with the same name, and match the name of the single export.
1290-
- Add a method called noConflict() that sets the exported module to the previous version and returns this one.
1290+
- Add a method called `noConflict()` that sets the exported module to the previous version and returns this one.
12911291
- Always declare `'use strict';` at the top of the module.
12921292

12931293
```javascript

0 commit comments

Comments
 (0)