UNPKG

eslint-plugin-ie11

Version:

ESLint plugin for detecting unsupported ES6 features in IE11

38 lines 874 B
{ "name": "eslint-plugin-ie11", "version": "1.0.0", "description": "ESLint plugin for detecting unsupported ES6 features in IE11", "keywords": [ "eslint", "eslintplugin", "eslint-plugin" ], "author": "Volox", "main": "lib/index.js", "scripts": { "test": "mocha tests --recursive", "semantic-release": "semantic-release pre && npm publish && semantic-release post" }, "dependencies": { "requireindex": "~1.1.0" }, "devDependencies": { "cz-conventional-changelog": "^2.0.0", "eslint": "4.x", "mocha": "^3.1.2", "semantic-release": "^8.0.3" }, "engines": { "node": ">=8.0.0" }, "license": "ISC", "repository": { "type": "git", "url": "https://github.com/Volox/eslint-plugin-ie11.git" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }