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:
4
lib/package-json.js.flow
Normal file
4
lib/package-json.js.flow
Normal file
@@ -0,0 +1,4 @@
|
||||
declare var PACKAGE_JSON: {
|
||||
name: string;
|
||||
version: string;
|
||||
};
|
||||
Reference in New Issue
Block a user