Add eslint rules & make lint fixes

This commit is contained in:
Amanda Bullington
2021-09-15 11:16:47 -07:00
parent bc71c97055
commit a839f7867c
9 changed files with 1387 additions and 570 deletions

View File

@@ -7,11 +7,11 @@
module.exports = {
transformer: {
getTransformOptions: async () => ({
getTransformOptions: async () => ( {
transform: {
experimentalImportSupport: false,
inlineRequires: true,
},
}),
},
inlineRequires: true
}
} )
}
};