Add license headers across the project
This commit is contained in:
12
js/.eslintrc.js
Normal file
12
js/.eslintrc.js
Normal file
@@ -0,0 +1,12 @@
|
||||
// Copyright 2020 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
module.exports = {
|
||||
env: {
|
||||
browser: true,
|
||||
node: false,
|
||||
},
|
||||
parserOptions: {
|
||||
sourceType: 'script',
|
||||
},
|
||||
};
|
Reference in New Issue
Block a user