Skip to content

Commit 09e884c

Browse files
committed
fix lint
1 parent 1d783e3 commit 09e884c

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

docs/configuration.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,7 @@ Configuration files can be either:
1717
```javascript
1818
export default {
1919
// targets, alternatively supplied by command line flags
20-
target: [
21-
"orama-db",
22-
"web"
23-
],
20+
target: ['orama-db', 'web'],
2421
global: {
2522
version: '20.0.0',
2623
minify: true,

0 commit comments

Comments
 (0)