UNPKG

gatsby-theme-events-typescript

Version:

This is a starter kit for GatsbyJS Themes written in TypeScript. It includes the bare essentials for you to get started.

7 lines 114 B
module.exports = { semi: true, trailingComma: 'all', singleQuote: true, printWidth: 120, tabWidth: 4, };