代码拉取完成,页面将自动刷新
同步操作将从 cs-lazy-tools/ChatGPT-On-CS 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
module.exports = {
extends: 'erb',
plugins: ['@typescript-eslint'],
rules: {
// A temporary hack related to IDE not resolving correct package.json
'import/no-extraneous-dependencies': 'off',
'react/react-in-jsx-scope': 'off',
'react/jsx-filename-extension': 'off',
'import/extensions': 'off',
'import/no-unresolved': 'off',
'import/no-import-module-exports': 'off',
'no-shadow': 'off',
'@typescript-eslint/no-shadow': 'error',
'no-unused-vars': 'off',
'react/function-component-definition': 'off',
'react/jsx-curly-brace-presence': 'off',
'react/require-default-props': 'off',
'react/jsx-props-no-spreading': 'off',
'react/destructuring-assignment': 'off',
'import/no-named-as-default': 'off',
'prefer-promise-reject-errors': 'off',
'react/jsx-no-useless-fragment': 'off',
'no-promise-executor-return': 'off',
'import/prefer-default-export': 'off',
'promise/no-promise-in-callback': 'off',
'react/no-array-index-key': 'off',
'class-methods-use-this': 'off',
'@typescript-eslint/no-unused-vars': 'error',
'no-console': 'off',
'max-classes-per-file': 'off',
'no-continue': 'off',
'no-plusplus': 'off',
'no-underscore-dangle': 'off',
camelcase: 'off',
'no-use-before-define': 'off',
'no-dupe-class-members': 'off',
},
parserOptions: {
ecmaVersion: 2022,
sourceType: 'module',
},
settings: {
'import/resolver': {
// See https://github.com/benmosher/eslint-plugin-import/issues/1396#issuecomment-575727774 for line below
node: {},
webpack: {
config: require.resolve('./.erb/configs/webpack.config.eslint.ts'),
},
typescript: {},
},
'import/parsers': {
'@typescript-eslint/parser': ['.ts', '.tsx'],
},
},
};
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。