Skip to content

Commit

Permalink
fix: Prettier warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
rfe-sdev committed Sep 18, 2024
1 parent 0e92ce4 commit 66cc798
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ the `role` attributes of the HTML element with which the user
interacts.

```typescript
import { QueryType } from "@smartesting/gravity-data-collector/dist/types"
import { QueryType } from '@smartesting/gravity-data-collector/dist/types'

GravityCollector.init({ selectorsOptions: { queries: [QueryType.class, QueryType.tag] } })
```
Expand All @@ -127,7 +127,7 @@ Alternatively, you can also exclude some
selectors of the `queries` field. For example, if you do not want id-based selectors, you can specify it this way:

```typescript
import { QueryType } from "@smartesting/gravity-data-collector/dist/types"
import { QueryType } from '@smartesting/gravity-data-collector/dist/types'

GravityCollector.init({
selectorsOptions: {
Expand All @@ -139,7 +139,7 @@ GravityCollector.init({
You can specify both `queries` and `attributes` fields:

```typescript
import { QueryType } from "@smartesting/gravity-data-collector/dist/types"
import { QueryType } from '@smartesting/gravity-data-collector/dist/types'

GravityCollector.init({
selectorsOptions: {
Expand Down

0 comments on commit 66cc798

Please sign in to comment.