Skip to content

Commit 9903f7c

Browse files
committed
chore: add jsx true
1 parent e0d65f9 commit 9903f7c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.eslintrc.json

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
"node/no-unsupported-features/es-syntax": ["off"]
1313
},
1414
"parserOptions": {
15+
"ecmaVersion": 7,
16+
"ecmaFeatures": {
17+
"jsx": true
18+
},
1519
"sourceType": "module"
1620
}
1721
}

0 commit comments

Comments
 (0)