babel-preset-ca
v1.1.3
Published
Babel preset for CA
Downloads
17
Readme
Babel Preset for CA Technologies
Overview
This package provides CA's Babel configurations as an extensible shared preset. This preset is intended to be used in all CA applications that contain ES6/7 JavaScript.
Installation
npm install --save-dev babel-preset-ca
Usage
Add the following line to your .babelrc file:
{
"presets": ["ca"]
}
How Can You Contribute
Your contributions are welcome and much appreciated. To learn more, see the Contribution Guidelines.
This project supports commitizen
. You can use npm run commit
to run the local instance of commitizen
or git cz
if you have it installed globally.
Alternatively, if you are simply using git commit
, you must follow this format:
git commit -m "<type>: <subject>"
License
Copyright (c) 2017 CA. All rights reserved. This software may be modified and distributed under the terms of the MIT license. To learn more, see the License.