Skip to content

Commit

Permalink
fix(eslint): add lib (compiled output) to ignorePatterns, drop pretti…
Browse files Browse the repository at this point in the history
…er/react extension
  • Loading branch information
rexxars committed Oct 12, 2021
1 parent b8c7583 commit f9fab24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/assets/splat/eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module.exports = {
parser: 'sanipack/babel/eslint-parser',
extends: ['sanity', 'sanity/react', 'prettier', 'prettier/react'],
extends: ['sanity', 'sanity/react', 'prettier'],
ignorePatterns: ['lib/**/'],
}

0 comments on commit f9fab24

Please sign in to comment.