mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-23 17:47:24 +00:00
Warn if not using ES6 imports/exports
This commit is contained in:
parent
1160978095
commit
97fe53d647
1 changed files with 4 additions and 0 deletions
|
@ -26,5 +26,9 @@
|
||||||
"__": true,
|
"__": true,
|
||||||
"__n": true,
|
"__n": true,
|
||||||
"app": true
|
"app": true
|
||||||
|
},
|
||||||
|
"rules": {
|
||||||
|
"import/no-commonjs": 1,
|
||||||
|
"import/no-amd": 1
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue