Avoid importing .json files (#12759)
* Avoid importing `.json` files * Use ESold in babel.config.json * Use `import/extensions` eslint plugin
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
/* eslint-disable @babel/development/plugin-name */
|
||||
|
||||
export { default } from "@babel/plugin-transform-react-jsx/lib/development.js";
|
||||
export { default } from "@babel/plugin-transform-react-jsx/lib/development";
|
||||
|
||||
Reference in New Issue
Block a user