Skip to content

Commit 1c3e0c8

Browse files
author
Joe Pettersson
committed
Add syntax highlighting to noConflict reference
1 parent f234e02 commit 1c3e0c8

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)