We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f12c34c commit 61c5b17Copy full SHA for 61c5b17
src/printers/BasePrinter.ts
@@ -5,8 +5,7 @@ import prettier from 'prettier';
5
6
export class BasePrinter {
7
static defaults: StrictPrinterOptions = {
8
- axiosImport: `import { Axios } from 'axios';
9
-const axios = new Axios();`,
+ axiosImport: `import axios from 'axios';`,
10
prettier: {
11
singleQuote: true,
12
},
0 commit comments