1. check-es3-syntax-cli
A CLI tool for check-es3-syntax
check-es3-syntax-cli
Package: check-es3-syntax-cli
Created by: SimenB
Last modified: Mon, 13 Jun 2022 05:55:31 GMT
Version: 0.2.1
License: MIT
Downloads: 1,784
Repository: https://github.com/SimenB/check-es3-syntax-cli

Install

npm install check-es3-syntax-cli
yarn add check-es3-syntax-cli

check-es3-syntax-cli

CLI tool for check-es3-syntax

NPM Version
Codeclimate Status

bitHound Dependencies
Dependency Status
Dev Dependency Status
Greenkeeper badge

Usage

 $ check-es3-syntax file1.js file2.js [options]

Options

Usage: check-es3-syntax [options] file_or_directory_name(s)

Options:
  --patch          print patch-file to disk           [boolean] [default: false]
  -d, --directory  if `file` is used, this sets a directory to write the files
                   to. defaults to `process.cwd()`                      [string]
  -k, --kill       exit the process with -1 if differences are found
                                                      [boolean] [default: false]
  -p, --print      print a colorized diff to the console
                                                      [boolean] [default: false]
  -h, --help       Show help                                           [boolean]

Tool

check-es3-syntax

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin