Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit ef9a3f3

Browse files
committed
docs(readme): remove table of contents
1 parent 477c9f8 commit ef9a3f3

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,3 @@
1-
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
2-
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3-
4-
- [playwright-testing-library](#playwright-testing-library)
5-
- [✨ Features](#-features)
6-
- [🌱 Getting Started](#-getting-started)
7-
- [1. Install](#1-install)
8-
- [2a. Use _standalone queries_](#2a-use-_standalone-queries_)
9-
- [2b. Use _extensions_](#2b-use-_extensions_)
10-
- [🔌 API](#-api)
11-
- [Known Limitations](#known-limitations)
12-
- [Special Thanks](#special-thanks)
13-
- [Related Playwright Test Utilities](#related-playwright-test-utilities)
14-
- [LICENSE](#license)
15-
16-
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
17-
181
<div align="center">
192
<br>
203
<header>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"husky": {
1919
"hooks": {
20-
"pre-commit": "hover-scripts pre-commit",
20+
"pre-commit": "hover-scripts pre-commit --no-toc",
2121
"commit-msg": "hover-scripts commit-msg"
2222
}
2323
},

0 commit comments

Comments
 (0)