1
0
Fork 0
freesewing/packages/paco/example/.babelrc
Joost De Cock a548a6964d feat(paco): Initial merge of my work on the paco pattern
This also includes a lot of dependency updates
2020-08-02 19:17:06 +02:00

10 lines
188 B
Text

{
"plugins": [
["prismjs", {
"languages": ["javascript", "css", "markup"],
"plugins": ["line-numbers"],
"theme": "twilight",
"css": true
}]
]
}