UNPKG

eslint-plugin-isml

Version:

A ESLint plugin to lint and fix inline scripts contained in HTML files.

35 lines (34 loc) 842 B
{ "name": "eslint-plugin-isml", "version": "4.0.2", "description": "A ESLint plugin to lint and fix inline scripts contained in HTML files.", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/Neskromny/eslint-plugin-isml" }, "homepage": "https://github.com/Neskromny/eslint-plugin-isml", "bugs": "https://github.com/Neskromny/eslint-plugin-isml/issues", "keywords": [ "eslint-plugin", "eslintplugin", "eslint", "isml", "html" ], "main": "src/index.js", "dependencies": { "htmlparser2": "^3.8.2" }, "devDependencies": { "eslint": "^4.7.0", "eslint-config-benoitz-prettier": "^1.0.1", "jest": "^21.1.0", "prettier": "^1.7.4" }, "scripts": { "validate": "npm run lint && npm run test", "test": "jest", "lint": "eslint ." } }