mirror of
https://gitlab.com/MrFry/moodle-test-userscript
synced 2025-04-01 20:22:48 +02:00
p2p functionality
This commit is contained in:
parent
3ad9e897f3
commit
b12e7a9a55
2 changed files with 383 additions and 157 deletions
|
@ -2,8 +2,9 @@ module.exports = {
|
|||
env: {
|
||||
browser: true,
|
||||
es6: true,
|
||||
node: true,
|
||||
jest: true,
|
||||
},
|
||||
parserOptions: {
|
||||
ecmaVersion: 8,
|
||||
},
|
||||
extends: ['eslint:recommended'],
|
||||
globals: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue