feat: add pragma option and support @jsx annotation (#322)

* add pragma option and support @jsx annotation

* update syntax and remove useless eslint rule

* use BabelCore.BabelFile as type definition of state.file

* update chinese doc
This commit is contained in:
JokcyLou
2021-02-28 18:08:42 +08:00
committed by GitHub
parent 57f670711d
commit ec50fddc8a
6 changed files with 77 additions and 0 deletions

View File

@ -22,6 +22,7 @@ module.exports = {
'no-nested-ternary': [0],
'no-param-reassign': [0],
'no-use-before-define': [0],
'no-restricted-syntax': [0],
'no-plusplus': [0],
'import/no-extraneous-dependencies': [0],
'consistent-return': [0],