Get it to store data from grpc calls.
This commit is contained in:
@@ -9,14 +9,14 @@ import skipFormatting from '@vue/eslint-config-prettier/skip-formatting'
|
||||
// More info at https://github.com/vuejs/eslint-config-typescript/#advanced-setup
|
||||
|
||||
export default defineConfigWithVueTs(
|
||||
{
|
||||
name: 'app/files-to-lint',
|
||||
files: ['**/*.{ts,mts,tsx,vue}'],
|
||||
},
|
||||
// {
|
||||
// name: 'app/files-to-lint',
|
||||
// files: ['**/*.{ts,mts,tsx,vue}'],
|
||||
// },
|
||||
|
||||
globalIgnores(['**/dist/**', '**/dist-ssr/**', '**/coverage/**']),
|
||||
// globalIgnores(['**/dist/**', '**/dist-ssr/**', '**/coverage/**']),
|
||||
|
||||
pluginVue.configs['flat/essential'],
|
||||
vueTsConfigs.recommended,
|
||||
skipFormatting,
|
||||
// pluginVue.configs['flat/essential'],
|
||||
// vueTsConfigs.recommended,
|
||||
// skipFormatting,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user