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

OSCHINA-MIRROR/eigi-x-sheet

Клонировать/Скачать
.eslintrc.js 1.4 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
jerry Отправлено 24.02.2023 14:09 3a65e32
module.exports = {
extends: [
'airbnb-base',
],
parser: '@babel/eslint-parser',
parserOptions: {
ecmaVersion: 2020,
requireConfigFile: false,
},
rules: {
'no-empty': 'off',
'no-return-assign': 'off',
'no-unused-vars': 'off',
'linebreak-style': 'off',
'no-mixed-operators': 'off',
'max-classes-per-file': 'off',
'no-async-promise-executor': 'off',
'no-bitwise': 'off',
'no-undef': 'off',
'no-console': 'off',
'import/prefer-default-export': 'off',
'no-param-reassign': 'off',
'no-plusplus': 'off',
'class-methods-use-this': 'off',
'prefer-const': 'off',
'default-case': 'off',
'no-empty-pattern': 'off',
'no-shadow': 'off',
'no-return-assign': 'off',
'no-continue': 'off',
camelcase: 'off',
'no-cond-assign': 'off',
'no-restricted-globals': 'off',
'brace-style': 'off',
'consistent-return': 'off',
'no-loop-func': 'off',
'no-use-before-define': 'off',
'max-len': ['error', 300],
'object-curly-newline': 'off',
'padded-blocks': 'off',
'prefer-destructuring': 'off',
'no-restricted-syntax': 'off',
'no-nested-ternary': 'off',
'no-constant-condition': 'off',
'no-lonely-if': 'off',
'no-prototype-builtins': 'off',
'guard-for-in': 'off',
'no-underscore-dangle': 'off',
'no-restricted-properties': 'off',
},
};

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

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

1
https://api.gitlife.ru/oschina-mirror/eigi-x-sheet.git
git@api.gitlife.ru:oschina-mirror/eigi-x-sheet.git
oschina-mirror
eigi-x-sheet
eigi-x-sheet
master