Skip to content

Commit

Permalink
Use comment peramble on .cjs file.
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBlueHat committed Feb 13, 2024
1 parent 785ee2c commit b8c267c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*!
* Copyright (c) 2022-2024 Digital Bazaar, Inc.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
module.exports = {
root: true,
parserOptions: {
Expand Down
2 changes: 1 addition & 1 deletion .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Contact: Digital Bazaar, Inc. <support@digitalbazaar.com>

Files: *.md .gitignore .npmrc package.json test/.npmrc test/mocha/.eslintrc
test/package.json .editorconfig .eslintrc.cjs .github/* test/static/*.html
test/package.json .editorconfig .github/* test/static/*.html
Copyright: 2012-2024 Digital Bazaar, Inc.
License: BSD-3-Clause

0 comments on commit b8c267c

Please sign in to comment.