Skip to content

Commit

Permalink
Merge pull request #34 from Bricklou/renovate/major-eslint-stylistic-…
Browse files Browse the repository at this point in the history
…monorepo

chore(deps): update dependency @stylistic/eslint-plugin to v3
  • Loading branch information
Bricklou authored Jan 30, 2025
2 parents 2c3b495 + 6d712a8 commit b38c9e6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ catalog:
"@storybook/react": ^8.5.1
"@storybook/react-vite": ^8.5.1
"@storybook/test": ^8.5.1
"@stylistic/eslint-plugin": ^2.12.1
"@stylistic/eslint-plugin": ^3.0.0
"@swc-node/register": ^1.10.9
"@swc/core": ^1.10.12
"@tailwindcss/vite": ^4.0.0
Expand Down
7 changes: 6 additions & 1 deletion projects/libraries/eslint-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,12 @@ export function configApp(rootDir, ...configBlockToMerge) {
'@stylistic/operator-linebreak': ['warn', 'after'],
'@stylistic/padded-blocks': ['warn', 'never'],
'@stylistic/quote-props': ['warn', 'consistent-as-needed'],
'@stylistic/quotes': ['warn', 'single'],
'@stylistic/quotes': ['warn',
'single',
{
avoidEscape: true,
allowTemplateLiterals: 'avoidEscape'
}],
'@stylistic/rest-spread-spacing': 'warn',
'@stylistic/semi': ['warn', 'never'],
'@stylistic/space-before-blocks': 'warn',
Expand Down

0 comments on commit b38c9e6

Please sign in to comment.