Add basic react support
This commit is contained in:
parent
77ca85a23f
commit
4aa203c0c6
4 changed files with 127 additions and 6 deletions
|
@ -18,7 +18,8 @@ module.exports = {
|
|||
ecmaVersion: 2020,
|
||||
sourceType: 'module',
|
||||
ecmaFeatures: {
|
||||
impliedStrict: true
|
||||
impliedStrict: true,
|
||||
jsx: true
|
||||
}
|
||||
},
|
||||
extends: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue