{ "presets": ["next/babel"], "plugins": [ "macros", [ "prismjs", { "languages": [ "apacheconf", "bash", "css", "diff", "docker", "editorconfig", "ejs", "git", "html", "ignore", "ini", "javascript", "jsdoc", "json", "jsx", "makefile", "markup", "php", "phpdoc", "regex", "scss", "shell-session", "smarty", "tcl", "toml", "tsx", "twig", "yaml" ], "plugins": [ "command-line", "copy-to-clipboard", "diff-highlight", "inline-color", "line-highlight", "line-numbers", "match-braces", "show-language", "toolbar" ] } ] ] } The frontend of my personal website.Armand Philippot
summaryrefslogtreecommitdiffstats
path: root/.babelrc
blob: 95e08b4976a19cebc7ca797d7dd93de01a680e4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52