diff --git a/README.md b/README.md index 607712e..f2dc1bc 100644 --- a/README.md +++ b/README.md @@ -92,19 +92,8 @@ You can only install it downloading the build and [loading it as an unpacked ext ## Roadmap Features 🚧 -### Edit json config in the DevTools - -Currently, you can only upload JSON files, but you can't edit them in the DevTools. - -### Upload multiple JSON config at once - -Currently, you can only upload one JSON file at a time, because -it simplifies the process of validation. - -### Multi window support - -Currently, you can use multi tabs with different configurations per host, but only one browser window is supported. - -### Early request interception - -Currently, requests sent before the extension is initialized are not intercepted by JSON handlers. +- **Edit json config in the DevTools**: Currently, you can only upload JSON files, but you can't edit them in the DevTools. +- **Upload multiple JSON configs**: Currently, you can only upload one JSON file at a time, because + it simplifies the process of validation. +- **Multi window support**: Currently, you can use multi tabs with different configurations per host, but only one browser window is supported. +- **Early request interception**: Currently, requests sent before the extension is initialized are not intercepted by JSON handlers. diff --git a/package.json b/package.json index 8ffc2de..bc090f9 100644 --- a/package.json +++ b/package.json @@ -6,8 +6,8 @@ }, "packageManager": "npm@8.5.0", "scripts": { - "lint": "npx prettier --check .", - "lint:fix": "npx prettier --write .", + "lint": "npx prettier --check \"./**/*.{ts,tsx}\"", + "lint:fix": "npx prettier --write \"./**/*.{ts,tsx}\"", "check-types": "tsc --noEmit", "build": "turbo check-types build", "changeset": "changeset",