UNPKG

eslint-plugin-ie11

Version:

ESLint plugin for detecting unsupported ES6 features in IE11

11 lines (10 loc) 172 B
'use strict'; module.exports.DEFAULT_OPTIONS = { parserOptions: { ecmaVersion: 6, ecmaFeatures: { // Enable let and const blockBindings: true } } };