Merge remote-tracking branch 'origin/main'
# Conflicts: # DigitalHumanWeb/src/app/[variants]/(main)/applicationset/applicationset.tsxmain
commit
8f20b63593
@ -1 +0,0 @@
|
||||
module.exports = require('@lobehub/lint').changelog;
|
@ -1 +0,0 @@
|
||||
module.exports = require('@lobehub/lint').commitlint;
|
@ -1,37 +0,0 @@
|
||||
const config = require('@lobehub/lint').eslint;
|
||||
|
||||
config.extends.push('plugin:@next/next/recommended');
|
||||
|
||||
config.rules['unicorn/no-negated-condition'] = 0;
|
||||
config.rules['unicorn/prefer-type-error'] = 0;
|
||||
config.rules['unicorn/prefer-logical-operator-over-ternary'] = 0;
|
||||
config.rules['unicorn/no-null'] = 0;
|
||||
config.rules['unicorn/no-typeof-undefined'] = 0;
|
||||
config.rules['unicorn/explicit-length-check'] = 0;
|
||||
config.rules['unicorn/prefer-code-point'] = 0;
|
||||
config.rules['no-extra-boolean-cast'] = 0;
|
||||
config.rules['unicorn/no-useless-undefined'] = 0;
|
||||
config.rules['react/no-unknown-property'] = 0;
|
||||
config.rules['unicorn/prefer-ternary'] = 0;
|
||||
config.rules['unicorn/prefer-spread'] = 0;
|
||||
config.rules['unicorn/catch-error-name'] = 0;
|
||||
config.rules['unicorn/no-array-for-each'] = 0;
|
||||
config.rules['unicorn/prefer-number-properties'] = 0;
|
||||
|
||||
config.overrides = [
|
||||
{
|
||||
extends: ['plugin:mdx/recommended'],
|
||||
files: ['*.mdx'],
|
||||
rules: {
|
||||
'@typescript-eslint/no-unused-vars': 1,
|
||||
'no-undef': 0,
|
||||
'react/jsx-no-undef': 0,
|
||||
'react/no-unescaped-entities': 0,
|
||||
},
|
||||
settings: {
|
||||
'mdx/code-blocks': false,
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
module.exports = config;
|
@ -1 +0,0 @@
|
||||
module.exports = require('@lobehub/lint').prettier;
|
@ -1,10 +0,0 @@
|
||||
const config = require('@lobehub/lint').semanticRelease;
|
||||
|
||||
config.plugins.push([
|
||||
'@semantic-release/exec',
|
||||
{
|
||||
prepareCmd: 'npm run workflow:changelog',
|
||||
},
|
||||
]);
|
||||
|
||||
module.exports = config;
|
@ -1 +0,0 @@
|
||||
module.exports = require('@lobehub/lint').remarklint;
|
@ -1,6 +0,0 @@
|
||||
const config = require('@lobehub/lint').remarklint;
|
||||
|
||||
module.exports = {
|
||||
...config,
|
||||
plugins: ['remark-mdx', ...config.plugins],
|
||||
};
|
@ -1,9 +0,0 @@
|
||||
const config = require('@lobehub/lint').stylelint;
|
||||
|
||||
module.exports = {
|
||||
...config,
|
||||
rules: {
|
||||
'selector-id-pattern': null,
|
||||
...config.rules,
|
||||
},
|
||||
};
|
Loading…
Reference in New Issue