diff --git a/package.json b/package.json index 95b30c179a741c1c253c5adfc0a84fbe97283d36..f83cf63ff57a4658eee83907642dfada56b5690a 100644 --- a/package.json +++ b/package.json @@ -8,5 +8,9 @@ "repository": { "type": "git", "url": "https://gitlab.univ-lorraine.fr/hohler3u/atelier_1.git" + }, + "scripts": { + "csslint": "npx stylelint **/*.css --fix && npx stylelint **/*.scss --fix", + "phplint": "./vendor/bin/phplint" } } \ No newline at end of file