eslint-plugin-no-js
Version:
ESLint plugin to disable JavaScript.
25 lines (24 loc) • 506 B
JSON
{
"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"
}
}