Skip to content

Commit aa0266c

Browse files
committed
lint
1 parent b7b9f66 commit aa0266c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/settings-generator.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Object.entries(providers).forEach(([name, desc], index) => {
140140
});
141141

142142
// Build the index.ts file
143-
const indexContent = ['import { IDict } from \'../../token\';', ''];
143+
const indexContent = ["import { IDict } from '../../token';", ''];
144144
Object.keys(providers).forEach(name => {
145145
indexContent.push(`import ${name} from './_generated/${name}.json';`);
146146
});

0 commit comments

Comments
 (0)