thoughtbot--shoulda-matchers/.babelrc

14 lines
177 B
Plaintext

{
"presets": ["@babel/env"],
"plugins": [
[
"prismjs",
{
"languages": ["ruby"],
"theme": "twilight",
"css": true
}
]
]
}