Skip to content

Commit

Permalink
Fix comment, fix linter run
Browse files Browse the repository at this point in the history
  • Loading branch information
ameshkov committed Feb 13, 2024
1 parent b27721b commit a3ebdb2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export interface RuleScannerConfiguration {
* If true, some `unsafe` rules will be ignored, $removeheader rules as an
* example.
*
* TODO(ameshkov): Why do we need this? Consider removing it.
* TODO(ameshkov): Reconsider how "unsafe" works (does not include JS now).
*/
ignoreUnsafe?: boolean;
}
Expand Down
4 changes: 0 additions & 4 deletions packages/tswebextension/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@
".eslintrc.js",
"src/lib/mv3/.eslintrc.js"
],
"exclude": [
".eslintrc.js",
"packages/tswebextension/tasks/build-txt.js",
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
Expand Down

0 comments on commit a3ebdb2

Please sign in to comment.