eslint-plugin-no-copy-paste-default-export
Version:
no more copy-pasted classes with wrong display name
43 lines (42 loc) • 1.27 kB
JSON
{
"name": "eslint-plugin-no-copy-paste-default-export",
"version": "0.0.3",
"description": "no more copy-pasted classes with wrong display name",
"main": "index.js",
"scripts": {
"test": "npm run build && mocha tests --recursive",
"build": "rm -rf lib && mkdir lib && babel --loose --stage 0 --out-dir lib src",
"lint": "eslint src",
"preversion": "npm run lint && npm run test",
"postversion": "git push && git push --tags",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git@github.com:buildo/eslint-plugin-no-copy-paste-default-export"
},
"keywords": [
"eslint",
"eslintplugin"
],
"author": "Giovanni Gonzaga <giovanni@buildo.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/buildo/eslint-plugin-no-copy-paste-default-export/issues"
},
"homepage": "https://github.com/buildo/eslint-plugin-no-copy-paste-default-export",
"peerDependencies": {
"eslint": ">=0.8.0"
},
"devDependencies": {
"babel": "^5.4.7",
"babel-eslint": "^3.1.11",
"babel-loader": "^5.1.3",
"eslint": "^0.23.0",
"eslint-loader": "^0.14.0",
"eslint-plugin-react": "^2.5.2",
"eslint-tester": "0.8.1",
"mocha": "^2.2.5",
"webpack": "^1.9.12"
}
}