From e0c8aff2544da7c87c1d1dbe12f7ac53c3baf368 Mon Sep 17 00:00:00 2001 From: Vladislav Tupikin Date: Mon, 22 Apr 2019 11:54:39 +0300 Subject: [PATCH] chore: fix typo in package.json (#603) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 70184a663..6dbcfe305 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "cz": "git-cz", "lint:base": "eslint --rule \"prettier/prettier: 2\"", "lint": "npm run lint:base -- .", - "lint:fix": "npm run lint --fix", + "lint:fix": "npm run lint -- --fix", "pretest": "npm run lint", "test": "jest --coverage", "test:watch": "jest --watch"