UNPKG

eslint-plugin-no-js

Version:
25 lines (24 loc) 506 B
{ "name": "eslint-plugin-no-js", "version": "0.2.0", "description": "ESLint plugin to disable JavaScript.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/chicoxyzzy/eslint-plugin-no-js" }, "keywords": [ "eslint", "eslintplugin", "no-js", "no-jsx" ], "author": "Sergey Rubanov", "license": "WTFPL", "peerDependencies": { "eslint": ">=0.8.0" } }