Skip to content

Commit 71aa341

Browse files
committed
Fix path of files so we don't lint the examples
1 parent 0affc8d commit 71aa341

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@ repos:
6868
rev: 'v8.4.0'
6969
hooks:
7070
- id: eslint
71-
files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx
71+
files: pyscriptjs/src/.*\.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx
7272
types: [file]
73-
args: [--resolve-plugins-relative-to, ./pyscriptjs]
7473
additional_dependencies:
7574
- 'eslint'
7675
- 'eslint-plugin-svelte3'
7776
- 'typescript'
7877
- '@typescript-eslint/eslint-plugin'
7978
- '@typescript-eslint/parser'
79+
# - '@tsconfig/svelte'
8080

8181

0 commit comments

Comments
 (0)