Update to Prettier 2.3 (#13288)
This commit is contained in:
@@ -38,13 +38,8 @@ function injectWrapper(path, wrapper) {
|
||||
export default declare((api, options) => {
|
||||
api.assertVersion(7);
|
||||
|
||||
const {
|
||||
allowTopLevelThis,
|
||||
strict,
|
||||
strictMode,
|
||||
importInterop,
|
||||
noInterop,
|
||||
} = options;
|
||||
const { allowTopLevelThis, strict, strictMode, importInterop, noInterop } =
|
||||
options;
|
||||
|
||||
const constantReexports =
|
||||
api.assumption("constantReexports") ?? options.loose;
|
||||
|
||||
Reference in New Issue
Block a user