diff --git a/package.json b/package.json index 80f0fc63..b63f64ad 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",