Add basic react support

This commit is contained in:
Bill Thornton 2021-05-27 11:30:03 -04:00
parent 77ca85a23f
commit 4aa203c0c6
4 changed files with 127 additions and 6 deletions

View file

@ -18,7 +18,8 @@ module.exports = {
ecmaVersion: 2020,
sourceType: 'module',
ecmaFeatures: {
impliedStrict: true
impliedStrict: true,
jsx: true
}
},
extends: [