@seamly/eslint-ie11-compat
v1.0.1
Published
A script to check if your build output is ie11 compatible
Downloads
6
Keywords
Readme
Seamly eslint ie 11 compat
This package allows you to easily check if your code is compatible with ie 11.
Installation
yarn add -D @seamly/eslint-ie11-compat
// or
npm install -D @seamly/eslint-ie11-compat
Usage
Run the script with the file or directory of files you want to check.
seamly-lint-ie11 <directory>
For example:
seamly-lint-ie11 build