Skip to content

Commit

Permalink
Run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Jym77 committed Jun 25, 2024
1 parent 4beb90f commit 8bbd6f7
Show file tree
Hide file tree
Showing 29 changed files with 41 additions and 52 deletions.
2 changes: 1 addition & 1 deletion packages/alfa-chai/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "../tsconfig.json",
"references": [{"path": "./src"}]
"references": [{ "path": "./src" }]
}
2 changes: 1 addition & 1 deletion packages/alfa-cheerio/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "../tsconfig.json",
"references": [{"path": "./src"}]
"references": [{ "path": "./src" }]
}
4 changes: 1 addition & 3 deletions packages/alfa-command/src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
"./command.ts",
"./flag.ts",
"./index.ts",
"./text.ts",


"./text.ts"
]
}
12 changes: 2 additions & 10 deletions packages/alfa-command/test/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "../tsconfig.json",
"compilerOptions": { "outDir": "." },
"files": [





"./flag.spec.ts",
"./text.spec.ts"
],
"references": [{"path": "../src"}]
"files": ["./flag.spec.ts", "./text.spec.ts"],
"references": [{ "path": "../src" }]
}
5 changes: 3 additions & 2 deletions packages/alfa-command/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "../tsconfig.json", "files": [],
"references": [{"path": "./src"}, {"path": "./test"}]
"extends": "../tsconfig.json",
"files": [],
"references": [{ "path": "./src" }, { "path": "./test" }]
}
2 changes: 1 addition & 1 deletion packages/alfa-enzyme/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "../tsconfig.json",
"references": [{"path": "./src"}]
"references": [{ "path": "./src" }]
}
2 changes: 1 addition & 1 deletion packages/alfa-formatter-json/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "../tsconfig.json",
"references": [{"path": "./src"}]
"references": [{ "path": "./src" }]
}
2 changes: 1 addition & 1 deletion packages/alfa-formatter-sarif/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "../tsconfig.json",
"references": [{"path": "./src"}]
"references": [{ "path": "./src" }]
}
2 changes: 1 addition & 1 deletion packages/alfa-formatter/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "../tsconfig.json",
"references": [{"path": "./src"}]
"references": [{ "path": "./src" }]
}
2 changes: 1 addition & 1 deletion packages/alfa-frontier/src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "../tsconfig.json",
"compilerOptions": { "outDir": "../dist" },
"files": ["./frontier.ts", "./index.ts", ]
"files": ["./frontier.ts", "./index.ts"]
}
4 changes: 2 additions & 2 deletions packages/alfa-frontier/test/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "../tsconfig.json",
"compilerOptions": { "outDir": "." },
"files": [ "./frontier.spec.ts"],
"references": [{"path": "../src"}]
"files": ["./frontier.spec.ts"],
"references": [{ "path": "../src" }]
}
5 changes: 3 additions & 2 deletions packages/alfa-frontier/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "../tsconfig.json", "files": [],
"references": [{"path": "./src"}, {"path": "./test"}]
"extends": "../tsconfig.json",
"files": [],
"references": [{ "path": "./src" }, { "path": "./test" }]
}
2 changes: 1 addition & 1 deletion packages/alfa-interviewer/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "../tsconfig.json",
"references": [{"path": "./src"}]
"references": [{ "path": "./src" }]
}
6 changes: 1 addition & 5 deletions packages/alfa-jasmine/src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "../tsconfig.json",
"compilerOptions": { "outDir": "../dist" },
"files": [
"./index.ts",
"./jasmine.ts",
"./jasmine/add-async-matcher.ts"
],
"files": ["./index.ts", "./jasmine.ts", "./jasmine/add-async-matcher.ts"],
"references": [{ "path": "../../alfa-assert" }]
}
2 changes: 1 addition & 1 deletion packages/alfa-jasmine/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "../tsconfig.json",
"references": [{"path": "./src"}]
"references": [{ "path": "./src" }]
}
2 changes: 1 addition & 1 deletion packages/alfa-jest/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "../tsconfig.json",
"references": [{"path": "./src"}]
"references": [{ "path": "./src" }]
}
2 changes: 1 addition & 1 deletion packages/alfa-jquery/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "../tsconfig.json",
"references": [{"path": "./src"}]
"references": [{ "path": "./src" }]
}
2 changes: 1 addition & 1 deletion packages/alfa-playwright/src/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "../tsconfig.json",
"compilerOptions": {"types": ["node"], "outDir": "../dist" },
"compilerOptions": { "types": ["node"], "outDir": "../dist" },
"files": ["./index.ts", "./playwright.ts"]
}
2 changes: 1 addition & 1 deletion packages/alfa-playwright/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "../tsconfig.json",
"references": [{"path": "./src"}],
"references": [{ "path": "./src" }]
}
2 changes: 1 addition & 1 deletion packages/alfa-puppeteer/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "../tsconfig.json",
"references": [{"path": "./src"}]
"references": [{ "path": "./src" }]
}
2 changes: 1 addition & 1 deletion packages/alfa-react/src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "../tsconfig.json",
"compilerOptions": { "outDir": "../dist" },
"files": ["./index.ts", "./react.ts", ]
"files": ["./index.ts", "./react.ts"]
}
6 changes: 3 additions & 3 deletions packages/alfa-react/test/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "../tsconfig.json",
"compilerOptions": { "jsx": "react-jsx","outDir": "." },
"files": [ "./react.spec.tsx"],
"references": [{"path": "../src"}]
"compilerOptions": { "jsx": "react-jsx", "outDir": "." },
"files": ["./react.spec.tsx"],
"references": [{ "path": "../src" }]
}
5 changes: 3 additions & 2 deletions packages/alfa-react/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "../tsconfig.json", "files": [],
"references": [{"path": "./src"}, {"path": "./test"}]
"extends": "../tsconfig.json",
"files": [],
"references": [{ "path": "./src" }, { "path": "./test" }]
}
3 changes: 1 addition & 2 deletions packages/alfa-scraper/src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"./credentials.ts",
"./index.ts",
"./scraper.ts",
"./screenshot.ts",

"./screenshot.ts"
],
"references": [{ "path": "../../alfa-puppeteer" }]
}
2 changes: 1 addition & 1 deletion packages/alfa-scraper/test/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"extends": "../tsconfig.json",
"compilerOptions": { "outDir": "." },
"files": ["./scraper.spec.ts"],
"references": [{"path": "../src"}]
"references": [{ "path": "../src" }]
}
5 changes: 3 additions & 2 deletions packages/alfa-scraper/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "../tsconfig.json", "files": [],
"references": [{"path": "./src"}, {"path": "./test"}]
"extends": "../tsconfig.json",
"files": [],
"references": [{ "path": "./src" }, { "path": "./test" }]
}
2 changes: 1 addition & 1 deletion packages/alfa-unexpected/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "../tsconfig.json",
"references": [{"path": "./src"}]
"references": [{ "path": "./src" }]
}
2 changes: 1 addition & 1 deletion packages/alfa-vue/test/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "../tsconfig.json",
"compilerOptions": { "esModuleInterop": true,"outDir": "." },
"compilerOptions": { "esModuleInterop": true, "outDir": "." },
"files": ["./vue.spec.ts"],
"references": [{ "path": "../src" }]
}
2 changes: 1 addition & 1 deletion packages/alfa-webdriver/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "http://json.schemastore.org/tsconfig",
"extends": "../tsconfig.json",
"references": [{"path": "./src"}]
"references": [{ "path": "./src" }]
}

0 comments on commit 8bbd6f7

Please sign in to comment.