This is an automated email from the git hooks/post-receive script. New commit to branch feature/multi-ui in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit ab2584720ea908f08a15a554dfd60df316e55551 Author: jcouteau <couteau@codelutin.com> Date: Mon Aug 19 11:31:59 2019 +0200 Add lint script to npm and myself to contribs --- pollen-ui-riot-js/package.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pollen-ui-riot-js/package.json b/pollen-ui-riot-js/package.json index 525a4c07..6cd3937f 100644 --- a/pollen-ui-riot-js/package.json +++ b/pollen-ui-riot-js/package.json @@ -21,11 +21,16 @@ { "name": "Kevin Morin", "email": "morin@codelutin.com" + }, + { + "name": "Jean Couteau", + "email": "couteau@codelutin.com" } ], "scripts": { "start": "webpack-dev-server --mode development --hot --inline --host 0.0.0.0 --public ${POLLEN_UI_CONTEXT:-localhost:8080}", - "package": "webpack --config webpack.config.js --mode production" + "package": "webpack --config webpack.config.js --mode production", + "lint": "eslint src" }, "devDependencies": { "@babel/core": "7.0.0-beta.46", -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.