Skip to content

Commit

Permalink
fix: ignore Sanity runtime artifact and built files (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkgentile authored Dec 16, 2024
1 parent b1c41bf commit 8c44e39
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ if (!jsxRuntime) {
}

export default [
// Global ignore patterns
{
ignores: ['.sanity/', 'dist/'],
},

// Global settings
{
files: ['**/*.{js,mjs,cjs,ts,jsx,tsx}'],
Expand Down

0 comments on commit 8c44e39

Please sign in to comment.