8295bd6882
this shall be a progressive process
24 lines
643 B
JSON
24 lines
643 B
JSON
{
|
|
"name": "eslint-config-joyent-portal",
|
|
"version": "1.0.0",
|
|
"license": "MPL-2.0",
|
|
"repository": "github:yldio/joyent-portal",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"lint": "eslint . --fix --format=tap",
|
|
"test": "exit 0"
|
|
},
|
|
"peerDependencies": {
|
|
"babel-eslint": "^7.2.3",
|
|
"eslint": "^3.19.0",
|
|
"eslint-config-prettier": "^2.1.0",
|
|
"eslint-config-react-app": "^0.6.2",
|
|
"eslint-config-xo-space": "^0.16.0",
|
|
"eslint-plugin-flowtype": "^2.33.0",
|
|
"eslint-plugin-import": "^2.2.0",
|
|
"eslint-plugin-jsx-a11y": "^5.0.3",
|
|
"eslint-plugin-prettier": "^2.0.1",
|
|
"eslint-plugin-react": "^7.0.1"
|
|
}
|
|
}
|