Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 535 Bytes

check-es2015-constants.md

File metadata and controls

16 lines (14 loc) · 535 Bytes
layout title description permalink package
docs
ES2015 constants check
Validate ES2015 constants
/docs/plugins/check-es2015-constants/
babel-plugin-check-es2015-constants

Syntax only

This check will only validate consts. If you need it to compile down to `var` then you must also install and enable transform-es2015-block-scoping.

{% include package_readme.html %}