Skip to content

Commit dd36399

Browse files
committed
feat(lint) update to eslint-config-jitsi v6
It already includes all the necessary dependencies and works for JS and TS out of the box.
1 parent c4a1d9c commit dd36399

File tree

3 files changed

+395
-59
lines changed

3 files changed

+395
-59
lines changed

.eslintrc.js

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,5 @@
11
module.exports = {
2-
parserOptions: {
3-
requireConfigFile: false
4-
},
5-
'extends': [
2+
extends: [
63
'@jitsi/eslint-config'
7-
],
8-
'overrides': [
9-
{
10-
'files': [ '*.ts' ],
11-
extends: [ '@jitsi/eslint-config/typescript' ],
12-
parserOptions: {
13-
sourceType: 'module',
14-
project: [ 'tsconfig.json' ]
15-
},
16-
rules: {
17-
'no-continue': 0
18-
}
19-
}
204
]
215
};

0 commit comments

Comments
 (0)