packages: upgrade @vchikalkin/eslint-config-awesome

This commit is contained in:
vchikalkin 2024-12-09 15:13:27 +03:00
parent 43d0e37609
commit 28570faad3
3 changed files with 325 additions and 916 deletions

View File

@ -9,39 +9,5 @@ export default [
...awesome['react-typescript'],
{
ignores: ['**/.next/**'],
rules: {
'@next/next/no-duplicate-head': 'off',
'canonical/filename-match-regex': 0,
'import/extensions': [
'error',
'never',
{
css: 'always',
json: 'always',
},
],
'prettier/prettier': [
'error',
{
arrowParens: 'always',
bracketSameLine: false,
bracketSpacing: true,
endOfLine: 'auto',
insertPragma: false,
jsxSingleQuote: false,
printWidth: 100,
proseWrap: 'preserve',
quoteProps: 'as-needed',
requirePragma: false,
semi: true,
singleQuote: true,
tabWidth: 2,
trailingComma: 'all',
useTabs: false,
},
{ usePrettierrc: false },
],
'react/forbid-component-props': 0,
},
},
];

View File

@ -25,7 +25,7 @@
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@vchikalkin/eslint-config-awesome": "^2.0.5",
"@vchikalkin/eslint-config-awesome": "^2.0.6",
"autoprefixer": "^10.4.20",
"eslint": "^9.16.0",
"eslint-plugin-tailwindcss": "^3.17.5",

1205
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff