rollup-plugin-eslint
Version:
Verify entry point and all imported files with ESLint
48 lines (47 loc) • 1.21 kB
JSON
{
"name": "rollup-plugin-eslint",
"version": "3.0.0",
"description": "Verify entry point and all imported files with ESLint",
"main": "dist/rollup-plugin-eslint.cjs.js",
"module": "dist/rollup-plugin-eslint.es.js",
"jsnext:main": "dist/rollup-plugin-eslint.es.js",
"files": [
"dist"
],
"scripts": {
"report": "nyc report --reporter html",
"build": "rollup -c",
"pretest": "npm run build",
"test": "nyc mocha",
"prepublish": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TrySound/rollup-plugin-eslint.git"
},
"keywords": [
"rollup",
"rollup-plugin",
"es2015",
"eslint",
"lint"
],
"author": "Bogdan Chadkin <trysound@yandex.ru>",
"license": "MIT",
"bugs": {
"url": "https://github.com/TrySound/rollup-plugin-eslint/issues"
},
"homepage": "https://github.com/TrySound/rollup-plugin-eslint#readme",
"devDependencies": {
"buble": "^0.13.2",
"mocha": "^3.0.2",
"nyc": "^8.1.0",
"rollup": "^0.34.13",
"rollup-plugin-buble": "^0.13.0",
"rollup-plugin-node-resolve": "^2.0.0"
},
"dependencies": {
"eslint": "^3.4.0",
"rollup-pluginutils": "^1.3.1"
}
}