Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto committed Feb 8, 2024
1 parent 4920c3a commit 3b0346f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const extend = [
const plugins = ['prettier', 'react', '@typescript-eslint', 'eslint-plugin-react-hooks', 'eslint-plugin-jest']

module.exports = {
ignorePatterns: ['node_modules', 'examples', 'lib'],
ignorePatterns: ['node_modules', 'examples', 'lib', "vendor"],
env: {
browser: true,
es6: true,
Expand Down
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lib

posthog-react-native/src/version.ts
posthog-core/src/vendor/uuidv7.ts
posthog-core/src/vendor/*

0 comments on commit 3b0346f

Please sign in to comment.