aboutsummaryrefslogtreecommitdiff
path: root/modern/.eslintrc.js
diff options
context:
space:
mode:
Diffstat (limited to 'modern/.eslintrc.js')
-rw-r--r--modern/.eslintrc.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/modern/.eslintrc.js b/modern/.eslintrc.js
index d6380a8..a4cf305 100644
--- a/modern/.eslintrc.js
+++ b/modern/.eslintrc.js
@@ -1,5 +1,8 @@
module.exports = {
extends: 'airbnb',
+ parserOptions: {
+ ecmaVersion: 2020,
+ },
plugins: [
'react',
],