Skip to content

Commit

Permalink
chore(eslint): ignore examples directory (temporally)
Browse files Browse the repository at this point in the history
  • Loading branch information
nelson6e65 committed Oct 10, 2023
1 parent 14cab51 commit d2a31ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const defaultTypescriptRules = {
module.exports = {
root: true,

ignorePatterns: ['node_modules', 'build', 'dist', '!.*'],
ignorePatterns: ['node_modules', 'build', 'dist', '!.*', 'examples'],

overrides: [
{
Expand Down Expand Up @@ -173,7 +173,7 @@ module.exports = {
'./tsconfig.internal.json',
'./tsconfig.test.json',
'./tsconfig.main.json',
'./examples/**/tsconfig.json',
// './examples/**/tsconfig.json',
],
},
rules: {
Expand Down

0 comments on commit d2a31ac

Please sign in to comment.