Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Feb 1, 2024
1 parent 6a6f65c commit fa45d2c
Show file tree
Hide file tree
Showing 14 changed files with 45 additions and 45 deletions.
20 changes: 10 additions & 10 deletions OVERVIEW.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions cypress/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"skipLibCheck": true,
"target": "es5",
"lib": ["es2015", "dom"],
"types": ["cypress", "@testing-library/cypress"]
"types": ["cypress", "@testing-library/cypress"],
},
"include": ["**/*.ts"]
"include": ["**/*.ts"],
}
6 changes: 3 additions & 3 deletions examples/cara/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
"skipLibCheck": true,
},
"include": [
"./src/**/*",
"./gatsby-node.ts",
"./gatsby-config.ts",
"./plugins/**/*"
]
"./plugins/**/*",
],
}
6 changes: 3 additions & 3 deletions examples/emilia/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
"skipLibCheck": true,
},
"include": [
"./src/**/*",
"./gatsby-node.ts",
"./gatsby-config.ts",
"./plugins/**/*"
]
"./plugins/**/*",
],
}
6 changes: 3 additions & 3 deletions examples/emma/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
"skipLibCheck": true,
},
"include": [
"./src/**/*",
"./gatsby-node.ts",
"./gatsby-config.ts",
"./plugins/**/*"
]
"./plugins/**/*",
],
}
6 changes: 3 additions & 3 deletions examples/graphql-playground/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
"skipLibCheck": true,
},
"include": [
"./src/**/*",
"./gatsby-node.ts",
"./gatsby-config.ts",
"./plugins/**/*"
]
"./plugins/**/*",
],
}
6 changes: 3 additions & 3 deletions examples/jodie/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
"skipLibCheck": true,
},
"include": [
"./src/**/*",
"./gatsby-node.ts",
"./gatsby-config.ts",
"./plugins/**/*"
]
"./plugins/**/*",
],
}
6 changes: 3 additions & 3 deletions examples/minimal-blog/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
"skipLibCheck": true,
},
"include": [
"./src/**/*",
"./gatsby-node.ts",
"./gatsby-config.ts",
"./plugins/**/*"
]
"./plugins/**/*",
],
}
4 changes: 2 additions & 2 deletions examples/specimens/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
"skipLibCheck": true,
},
"include": ["./src/**/*", "./gatsby-node.ts", "./plugins/**/*"]
"include": ["./src/**/*", "./gatsby-node.ts", "./plugins/**/*"],
}
6 changes: 3 additions & 3 deletions examples/status-dashboard/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
"skipLibCheck": true,
},
"include": [
"./src/**/*",
"./gatsby-node.ts",
"./gatsby-config.ts",
"./plugins/**/*"
]
"./plugins/**/*",
],
}
6 changes: 3 additions & 3 deletions examples/styleguide/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
"skipLibCheck": true,
},
"include": [
"./src/**/*",
"./gatsby-node.ts",
"./gatsby-config.ts",
"./plugins/**/*"
]
"./plugins/**/*",
],
}
4 changes: 2 additions & 2 deletions themes/gatsby-theme-specimens/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist"
"outDir": "./dist",
},
"include": ["./src/**/*.ts", "./src/**/*.tsx"]
"include": ["./src/**/*.ts", "./src/**/*.tsx"],
}
4 changes: 2 additions & 2 deletions themes/gatsby-theme-status-dashboard/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"outDir": "./dist"
"outDir": "./dist",
},
"include": ["./src/**/*.ts", "./src/**/*.tsx"]
"include": ["./src/**/*.ts", "./src/**/*.tsx"],
}
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"strict": true,
"noEmit": true,
"skipLibCheck": true,
"esModuleInterop": true
"esModuleInterop": true,
},
"include": [
"./packages/**/*",
"./scripts/*",
"./themes/**/src/**/*",
"./www/src/**/*",
"./examples/**/src/**/*",
"./vitest-setup.ts"
"./vitest-setup.ts",
],
"exclude": ["node_modules", "themes/**/node_modules"]
"exclude": ["node_modules", "themes/**/node_modules"],
}

0 comments on commit fa45d2c

Please sign in to comment.