mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-10-03 01:39:15 +02:00
Fix eslint config and issues
Note EcmaScript 2017 looks recent amd also is, e.g. we loose suport for IE and we loose support for some Android browsers, also Android <5 built-in browser.
This commit is contained in:
parent
bc0fb5b91e
commit
94a352e7f5
2 changed files with 15 additions and 12 deletions
|
@ -1,3 +1,6 @@
|
|||
parserOptions:
|
||||
ecmaVersion: 2017
|
||||
|
||||
ecmaFeatures:
|
||||
modules: true
|
||||
jsx: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue