Skip to content

Commit

Permalink
Add new files and update existing files
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-rogerson committed Mar 18, 2024
1 parent 9133edc commit 5a87450
Show file tree
Hide file tree
Showing 26 changed files with 1,385 additions and 381 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module.exports = {
extends: [
'next/core-web-vitals',
'eslint:recommended',
'plugin:eslint-comments/recommended',
'plugin:@typescript-eslint/recommended',
'plugin:@typescript-eslint/recommended-type-checked',
require.resolve('@vercel/style-guide/eslint/react'),
Expand All @@ -23,6 +24,7 @@ module.exports = {
'react/function-component-definition': 'off',
'react/jsx-sort-props': 'off',
'react/jsx-no-leaked-render': [2, { validStrategies: ['coerce'] }],
'eslint-comments/no-unused-disable': 'error',
},
parserOptions: { project },
overrides: [
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/sortable": "^7.0.2",
"@dnd-kit/utilities": "^3.2.1",
"@iconify/react": "^4.1.1",
"@million/lint": "^0.0.73",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.5",
Expand All @@ -51,6 +53,7 @@
"@uiw/react-codemirror": "^4.21.21",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cmdk": "^1.0.0",
"date-fns": "^2.30.0",
"html-react-parser": "^5.1.1",
"immer": "^10.0.3",
Expand Down Expand Up @@ -97,6 +100,7 @@
"autoprefixer": "10.4.16",
"eslint": "8.49.0",
"eslint-config-next": "13.5.2",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-vitest": "^0.3.10",
"husky": "^8.0.0",
"jsdom": "^22.1.0",
Expand Down
Loading

0 comments on commit 5a87450

Please sign in to comment.