From 1fbb75b1ada000a88ec54b12ef17b98e7f316f1b Mon Sep 17 00:00:00 2001 From: Akshay Date: Thu, 24 Feb 2022 20:05:50 +0100 Subject: [PATCH] Issue-#850: Update lint rule --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 45ac2709..33f2649a 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "ssr": "npm run build && serve -s public/", "format": "prettier --ignore-path .gitignore './**/*.{css,scss,yml,js,jsx,ts,tsx,json}' --write", "lint:js": "eslint --ignore-path .gitignore --ignore-path .prettierignore --ext .js,.jsx .", - "lint:md": "markdownlint './**/*.{md,markdown}' --ignore './{node_modules,external,public,.cache,markdowns}/**/*'", + "lint:md": "markdownlint './**/*.{md,markdown}' --ignore './{node_modules,external,public,.cache,markdowns,read-the-docs}/**/*'", "lint:yml": "prettier '**/*.{yml,yaml}' --list-different", "lint": "run-p --continue-on-error lint:js lint:md lint:yml", "test": "npm run lint" @@ -88,4 +88,4 @@ "not ie <= 11", "not op_mini all" ] -} +} \ No newline at end of file