Newer
Older
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-prettier": "^2.3.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.4.0",
"eslint-plugin-standard": "^3.0.1",
},
"repository": {
"type": "git",
"url": "git@gitlab.coko.foundation:xpub/xpub.git"
"clean": "lerna clean && rm -rf node_modules",
"lint": "eslint packages",
"styleguide": "cd packages/styleguide && yarn styleguide",
"test": "lerna run test",
"start": "docker-compose up"
],
"*.css": "stylelint",
"*.scss": "stylelint"
"node": ">=8",
"yarn": ">=1.2"
},
"workspaces": [
"packages/*"
],
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}