* Avoid importing `.json` files * Use ESold in babel.config.json * Use `import/extensions` eslint plugin
4 lines
130 B
JavaScript
4 lines
130 B
JavaScript
/* eslint-disable @babel/development/plugin-name */
|
|
|
|
export { default } from "@babel/plugin-transform-react-jsx/lib/development";
|