Remove Grunt in favor of ts/scripts
This commit is contained in:
parent
4e947211b2
commit
e74376b997
92 changed files with 1137 additions and 1661 deletions
16
ts/scripts/.eslintrc.js
Normal file
16
ts/scripts/.eslintrc.js
Normal file
|
@ -0,0 +1,16 @@
|
|||
// Copyright 2020 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
module.exports = {
|
||||
rules: {
|
||||
'no-console': 'off',
|
||||
|
||||
// We still get the value of this rule, it just allows for dev deps
|
||||
'import/no-extraneous-dependencies': [
|
||||
'error',
|
||||
{
|
||||
devDependencies: true,
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue