15 lines
262 B
Plaintext
15 lines
262 B
Plaintext
{
|
|
"presets": ["babel-preset-gatsby"],
|
|
"plugins": [
|
|
[
|
|
"prismjs",
|
|
{
|
|
"languages": ["javascript", "css", "markup", "yaml", "json"],
|
|
"plugins": ["line-numbers"],
|
|
"theme": "tomorrow",
|
|
"css": true
|
|
}
|
|
]
|
|
]
|
|
}
|