1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/MiyueSC-bpmn-process-designer

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
.eslintrc.js 1.4 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
MiyueSC Отправлено 24.04.2024 08:37 687a3c0
module.exports = {
parser: 'vue-eslint-parser',
parserOptions: {
parser: '@typescript-eslint/parser',
ecmaVersion: 2020,
sourceType: 'module',
ecmaFeatures: {
jsx: true
}
},
extends: [
'plugin:vue/vue3-recommended',
'plugin:@typescript-eslint/recommended',
'plugin:prettier/recommended',
'prettier'
],
rules: {
quotes: [0, 'single'],
'no-unused-vars': [
0,
{
argsIgnorePattern: '^h$',
varsIgnorePattern: '^h$'
}
],
'vue/custom-event-name-casing': 'off',
'no-use-before-define': 'off',
'space-before-function-paren': 'off',
'comma-dangle': [0, 'never'],
'@typescript-eslint/ban-ts-ignore': 'off',
'@typescript-eslint/explicit-function-return-type': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-var-requires': 'off',
'@typescript-eslint/no-empty-function': 'off',
'@typescript-eslint/no-empty-interface': 'off',
'@typescript-eslint/no-use-before-define': 'off',
'@typescript-eslint/ban-ts-comment': 'off',
'@typescript-eslint/ban-types': 'off',
'@typescript-eslint/no-non-null-assertion': 'off',
'@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/no-unused-vars': [
0,
{
argsIgnorePattern: '^h$',
varsIgnorePattern: '^h$'
}
]
}
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/MiyueSC-bpmn-process-designer.git
git@api.gitlife.ru:oschina-mirror/MiyueSC-bpmn-process-designer.git
oschina-mirror
MiyueSC-bpmn-process-designer
MiyueSC-bpmn-process-designer
next