Skip to content

Commit bb33d71

Browse files
devpoloDamian Sznajder
authored and
Damian Sznajder
committed
style: format console table
1 parent e111cc1 commit bb33d71

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -215,23 +215,23 @@ React 17 is currently supported by `_` prefix.
215215
216216
### Console
217217
218-
| Prefix | Method |
219-
| -----: | ----------------------------------- |
220-
| `clg→` | `console.log(object)` |
221-
| `clo→` | `` console.log(`object`, object) `` |
218+
| Prefix | Method |
219+
|--------|--------------------------------------------------------------|
220+
| `clg→` | `console.log(object)` |
221+
| `clo→` | `` console.log(`object`, object) `` |
222222
| `clj→` | `` console.log(`object`, JSON.stringify(object, null, 2)) `` |
223-
| `ctm→` | `` console.time(`timeId`) `` |
224-
| `cte→` | `` console.timeEnd(`timeId`) `` |
225-
| `cas→` | `console.assert(expression,object)` |
226-
| `ccl→` | `console.clear()` |
227-
| `cco→` | `console.count(label)` |
228-
| `cdi→` | `console.dir` |
229-
| `cer→` | `console.error(object)` |
230-
| `cgr→` | `console.group(label)` |
231-
| `cge→` | `console.groupEnd()` |
232-
| `ctr→` | `console.trace(object)` |
233-
| `cwa→` | `console.warn` |
234-
| `cin→` | `console.info` |
223+
| `ctm→` | `` console.time(`timeId`) `` |
224+
| `cte→` | `` console.timeEnd(`timeId`) `` |
225+
| `cas→` | `console.assert(expression,object)` |
226+
| `ccl→` | `console.clear()` |
227+
| `cco→` | `console.count(label)` |
228+
| `cdi→` | `console.dir` |
229+
| `cer→` | `console.error(object)` |
230+
| `cgr→` | `console.group(label)` |
231+
| `cge→` | `console.groupEnd()` |
232+
| `ctr→` | `console.trace(object)` |
233+
| `cwa→` | `console.warn` |
234+
| `cin→` | `console.info` |
235235
236236
### React Components
237237

0 commit comments

Comments
 (0)