.dependabot
.github
.storybook
cypress
dev-test
functions
img
packages
scripts
website
content
data
src
static
.babelrc
.gitignore
.nvmrc
README.md
gatsby-browser.js
gatsby-config.js
gatsby-node.js
netlify.toml
package.json
site.yml
yarn.lock
.all-contributorsrc
.editorconfig
.eslintrc.js
.gitignore
.nvmrc
.prettierignore
.prettierrc
.stylelintrc
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
babel.config.js
commitlint.config.js
cypress.json
jest.config.js
lerna.json
netlify.toml
package.json
renovate.json
setupTestFramework.js
tsconfig.json
yarn.lock
15 lines
262 B
Plaintext
15 lines
262 B
Plaintext
{
|
|
"presets": ["babel-preset-gatsby"],
|
|
"plugins": [
|
|
[
|
|
"prismjs",
|
|
{
|
|
"languages": ["javascript", "css", "markup", "yaml", "json"],
|
|
"plugins": ["line-numbers"],
|
|
"theme": "tomorrow",
|
|
"css": true
|
|
}
|
|
]
|
|
]
|
|
}
|