Skip to content

Commit

Permalink
Stop linting the test262 directory.
Browse files Browse the repository at this point in the history
If we have setup the test262 submodule, running linting would "hang"
while it tried to lint all of that too.
  • Loading branch information
12wrigja authored and justingrant committed Oct 14, 2021
1 parent 7f7c19a commit 666c69d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ ignorePatterns:
- node_modules/
- /dist/
- /tsc-out/
- /test262/
rules:
array-element-newline:
- error
Expand Down

0 comments on commit 666c69d

Please sign in to comment.