@@ -15,8 +15,8 @@ const common = {
1515 // Handled by TypeScript
1616 'import/no-unresolved' : 'off' ,
1717 // https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/no-named-as-default.md
18- " import/no-named-as-default" : " off" ,
19- " import/no-named-as-default-member" : " off" ,
18+ ' import/no-named-as-default' : ' off' ,
19+ ' import/no-named-as-default-member' : ' off' ,
2020 // Handled by TypeScript. Enable noUnusedLocals in your tsconfig.json, see https://www.typescriptlang.org/tsconfig/#noUnusedLocals
2121 'no-unused-vars' : 'off' ,
2222 } ,
@@ -48,15 +48,15 @@ const typescript = defineConfig([typeScriptConfig,{
4848 // Its common in React Native to import types using require syntax, see https://reactnative.dev/docs/images#static-image-resources
4949 '@typescript-eslint/no-require-imports' : 'off' ,
5050 // Very expensive check
51- " @typescript-eslint/promise-function-async" : " off" ,
51+ ' @typescript-eslint/promise-function-async' : ' off' ,
5252
53- " @typescript-eslint/no-shadow" : " off" ,
54- " @typescript-eslint/consistent-type-definitions" : " off" ,
55- " @typescript-eslint/no-misused-promises" : " off" ,
56- " @typescript-eslint/no-unsafe-assignment" : " off" ,
57- " @typescript-eslint/no-unsafe-return" : " off" ,
58- " @typescript-eslint/unbound-method" : " off" ,
59- " @typescript-eslint/no-unsafe-member-access" : " off" ,
53+ ' @typescript-eslint/no-shadow' : ' off' ,
54+ ' @typescript-eslint/consistent-type-definitions' : ' off' ,
55+ ' @typescript-eslint/no-misused-promises' : ' off' ,
56+ ' @typescript-eslint/no-unsafe-assignment' : ' off' ,
57+ ' @typescript-eslint/no-unsafe-return' : ' off' ,
58+ ' @typescript-eslint/unbound-method' : ' off' ,
59+ ' @typescript-eslint/no-unsafe-member-access' : ' off' ,
6060
6161 '@typescript-eslint/consistent-type-imports' : [
6262 'error' ,
0 commit comments