From 1c082bbf2370aa61648893bd061e0ba759532f62 Mon Sep 17 00:00:00 2001 From: Nadja Heitmann Date: Thu, 28 Nov 2024 12:11:55 +0100 Subject: [PATCH] Spec file linting needs spaces after comparator --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6037e42..6d277d7 100644 --- a/package.json +++ b/package.json @@ -28,11 +28,11 @@ "@babel/core": "^7.26.0", "@sheerun/mutationobserver-shim": "^0.3.3", "@testing-library/react": "^10.4.9", - "@theforeman/builder": ">=12.0.1", - "@theforeman/eslint-plugin-foreman": ">=12.0.1", - "@theforeman/find-foreman": ">=12.0.1", - "@theforeman/test": ">=12.0.1", - "@theforeman/vendor-dev": ">=12.0.1", + "@theforeman/builder": ">= 12.0.1", + "@theforeman/eslint-plugin-foreman": ">= 12.0.1", + "@theforeman/find-foreman": ">= 12.0.1", + "@theforeman/test": ">= 12.0.1", + "@theforeman/vendor-dev": ">= 12.0.1", "babel-eslint": "^10.0.3", "eslint": "^6.7.2", "prettier": "^1.19.1",