Skip to content

Commit

Permalink
[linter] adjust eslint project's config to new headers
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Dumais <marc.dumais@ericsson.com>
  • Loading branch information
marcdumais-work committed Jun 5, 2023
1 parent b2406c3 commit bb5a08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/errors.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit bb5a08f

Please sign in to comment.