chore: add ecmaVersion 9 to .eslintrc

This commit is contained in:
Sam Tolmay 2020-10-08 16:17:58 +02:00
parent 6f027e6914
commit 7124198bf6

View File

@ -28,6 +28,7 @@
"jsx-a11y/no-static-element-interactions": "off"
},
"parserOptions": {
"sourceType": "module"
"sourceType": "module",
"ecmaVersion": 9
}
}