Included JSX files in the linter check.

This commit is contained in:
Aditya Toshniwal
2021-04-08 17:56:18 +05:30
committed by Akshay Joshi
parent ffdd58ffb4
commit c88a63edf8
8 changed files with 167 additions and 131 deletions

View File

@@ -29,6 +29,7 @@ module.exports = {
'babelOptions': {
'plugins': [
'@babel/plugin-syntax-jsx',
'@babel/plugin-proposal-class-properties',
],
},
},