Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jacekradko committed Jan 21, 2025
1 parent a47a1ef commit 3963de2
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export default tseslint.config([
{
name: 'repo/ignores',
ignores: [
'!github',
'.cache',
'.idea',
'.next',
Expand Down Expand Up @@ -293,5 +292,20 @@ export default tseslint.config([
'@typescript-eslint/no-floating-promises': 'warn',
},
},
{
name: 'repo/.github',
files: ['.github/workflows/*.yml'],
rules: {
// 'regex/invalid': [
// 'error',
// [
// {
// regex: '^(?!.*\\$TURBO_ARGS( |$)).*turbo \\S+',
// message: 'Invalid turbo CI command. Must contain `$TURBO_ARGS`',
// },
// ],
// ],
},
},
configPrettier,
]);

0 comments on commit 3963de2

Please sign in to comment.