Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit b76a8b2

Browse files
committed
Fix(cms): Update linting file to include babel/ts
1 parent 891f9c2 commit b76a8b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cms/.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"parserOptions": {
66
"requireConfigFile": false,
77
"babelOptions": {
8-
"presets": ["@babel/preset-react"]
8+
"presets": ["@babel/preset-react", "@babel/preset-typescript"]
99
},
1010
"ecmaFeatures": {
1111
"experimentalObjectRestSpread": true,

0 commit comments

Comments
 (0)