1
0
Fork 0
freesewing/packages/bella/example/.babelrc

11 lines
188 B
Text
Raw Normal View History

{
"plugins": [
2021-01-10 09:57:59 +01:00
["prismjs", {
"languages": ["javascript", "css", "markup"],
"plugins": ["line-numbers"],
"theme": "twilight",
"css": true
2021-01-10 09:57:59 +01:00
}]
]
}