Skip to content

SimplyUndoable/package-babel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A config package for Babel

Installation

  1. Add "@simplyundoable/babel-preset": "git+https://github.com/simplyundoable/package-babel.git", to your package.json devDependencies

Update this package

  1. make publish

Usage

Eslint

module.exports = {
	presets: [
		[
			'@simplyundoable',
			{
				jsx: true,
				ts: true
			}
		]
	]
}