Skip to content

Commit

Permalink
Ignore correct eslint config (#1177)
Browse files Browse the repository at this point in the history
  • Loading branch information
askoufis authored Feb 12, 2025
1 parent d57afa4 commit 9c6d9ed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/long-owls-burn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'sku': patch
---

Ignore correct eslint config file
2 changes: 1 addition & 1 deletion docs/docs/linting.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ By default, `sku` ignores the following files and directories:
[
'**/*.vocab/index.ts', // If `languages` is configured in your sku config
'**/.eslintcache',
'**/eslint.config.js',
'**/eslint.config.mjs',
'**/.prettierrc',
'**/coverage/',
'**/dist/', // Or your custom configured `target`
Expand Down
2 changes: 1 addition & 1 deletion packages/sku/src/services/eslint/config/ignores.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const createEslintIgnoresConfig = ({
const ignores = [
hasLanguagesConfig && '**/*.vocab/index.ts',
'**/.eslintcache',
'**/eslint.config.js',
'**/eslint.config.mjs',
'**/.prettierrc',
'**/coverage/',
targetIgnore,
Expand Down

0 comments on commit 9c6d9ed

Please sign in to comment.