UNPKG
gatsby-plugin-vwo
Version:
latest (1.0.0)
1.0.0
Plugin to add VWO to your Gatsby site
github.com/ynnoj/gatsby-plugin-vwo
ynnoj/gatsby-plugin-vwo
gatsby-plugin-vwo
/
prettier.config.js
6 lines
(5 loc)
•
82 B
JavaScript
View Raw
1
2
3
4
5
6
module
.
exports
= { semi:
false
, singleQuote:
true
, trailingComma:
'none'
, }