From bb5a08fddb8f024426ea4d32a66a42f0a4b52192 Mon Sep 17 00:00:00 2001 From: Marc Dumais Date: Mon, 5 Jun 2023 09:40:58 -0400 Subject: [PATCH] [linter] adjust `eslint` project's config to new headers Signed-off-by: Marc Dumais --- configs/errors.eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/errors.eslintrc.json b/configs/errors.eslintrc.json index 857620c9af088..ea2dafae2c0e9 100644 --- a/configs/errors.eslintrc.json +++ b/configs/errors.eslintrc.json @@ -105,7 +105,7 @@ true, { "allow-single-line-comments": true, - "match": "SPDX-License-Identifier: EPL-2\\.0 OR GPL-2\\.0 WITH Classpath-exception-2\\.0" + "match": "SPDX-License-Identifier: EPL-2\\.0 OR GPL-2\\.0-with-classpath-exception" } ], "jsdoc-format": [