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,10 +1,11 @@
|
||||
// @flow
|
||||
|
||||
export const version = PACKAGE_JSON.version;
|
||||
|
||||
export { default as File } from "./transformation/file/file";
|
||||
export { default as buildExternalHelpers } from "./tools/build-external-helpers";
|
||||
export { resolvePlugin, resolvePreset } from "./config/files";
|
||||
|
||||
export { version } from "../package.json";
|
||||
export { getEnv } from "./config/helpers/environment";
|
||||
|
||||
export * as types from "@babel/types";
|
||||
|
||||
Reference in New Issue
Block a user