@seamly/eslint-ie11-compat
v1.0.1
Published
A script to check if your build output is ie11 compatible
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-compatUsage
Run the script with the file or directory of files you want to check.
seamly-lint-ie11 <directory>For example:
seamly-lint-ie11 build