Skip to content

Commit

Permalink
Ts work.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Nov 1, 2023
1 parent e5891af commit 0fe69ee
Show file tree
Hide file tree
Showing 46 changed files with 323 additions and 714 deletions.
3 changes: 2 additions & 1 deletion tsconfig.eslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"packages/*/*",
"scripts/**/*",
"website/src/**/*",
"website/*.js"
"website/*.js",
"website/*.ts",
]
}
2 changes: 1 addition & 1 deletion website/.eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
ignorePatterns: ['prism.config.js', 'tailwind.config.js'],
ignorePatterns: ['tailwind.config.js'],
rules: {
// This fails on windows for some reason
'import/named': 'off',
Expand Down
271 changes: 0 additions & 271 deletions website/docusaurus.config.js

This file was deleted.

Loading

0 comments on commit 0fe69ee

Please sign in to comment.