From da9d4cee284761ede341761b106e655ae7e24578 Mon Sep 17 00:00:00 2001 From: Mintu Date: Sun, 17 Dec 2023 16:06:01 +0530 Subject: [PATCH] fix a typo --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f26c36a3..3d08ff8a 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "prepublishOnly": "npm run build", "bundle": "cd tools/bundler && npm i && npm run bundle", "startNewVersion": "newVersion=$npm_config_new_version node scripts/add-new-version.js", - "lint": "eslint --max-warnings 0 --config .eslintrs .", + "lint": "eslint --max-warnings 0 --config .eslintrc .", "lint:fix": "eslint --max-warnings 0 --config . --fix", "bump:version": "npm --no-git-tag-version --allow-same-version version $VERSION", "validate:schemas": "node scripts/validate-schemas.js"