From 98ac75f0441b6e2099390e0386b7f080a518cd74 Mon Sep 17 00:00:00 2001 From: cballevre Date: Thu, 28 Nov 2024 19:08:29 +0100 Subject: [PATCH] feat: Remove style linting temporary --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 40771f00..a4273e62 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,6 @@ "cozyPublish": "cozy-app-publish --token $REGISTRY_TOKEN --build-dir 'build/' --prepublish downcloud --postpublish mattermost", "tx": "tx pull --all || true", "lint": "npm-run-all --parallel 'lint:*'", - "lint:styles": "stylint src --config ./node_modules/cozy-scripts/config/.stylintrc", "lint:js": "eslint '{src,test}/**/*.{js,jsx}'", "test": "env NODE_ENV='test' jest", "version": "yarn version:photos",