Skip to content

Instantly share code, notes, and snippets.

View fifn2's full-sized avatar

Github's Fifn2 fifn2

View GitHub Profile
@fifn2
fifn2 / babelrc.json
Created January 17, 2019 23:07
Babelrc schema
{
"title": "JSON schema for Babel 6+ configuration files",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"ast": {
"default": true,
"description": "Include the AST in the returned object",
"type": "boolean"
},