Skip to content

Commit

Permalink
refactor: Update dependencies, reorganize project.
Browse files Browse the repository at this point in the history
  • Loading branch information
darkobits committed Aug 2, 2023
1 parent 2800868 commit 0b16944
Show file tree
Hide file tree
Showing 83 changed files with 27,006 additions and 18,240 deletions.
12 changes: 6 additions & 6 deletions packages/web/.eslintrc.js → .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
const { dirname } = require('@darkobits/fd-name');
/* eslint-disable no-undef */

module.exports = {
extends: 'plugin:@darkobits/tsx',
parserOptions: {
project: `${dirname()}/tsconfig.json`
},
extends: 'plugin:@darkobits/ts',
rules: {
'@typescript-eslint/no-misused-promises': 'off',
// 'import/no-unresolved': ['error', {
Expand Down Expand Up @@ -32,12 +29,15 @@ module.exports = {
// Gets confused by Ramda.
'unicorn/no-array-method-this-argument': 'off',
'unicorn/prefer-spread': 'off',
'unicorn/no-null': 'off',
'unicorn/prevent-abbreviations': 'off',
'jsx-a11y/click-events-have-key-events': 'off',
'jsx-a11y/interactive-supports-focus': 'off',
'jsx-a11y/no-static-element-interactions': 'off',
// TODO: Fix this.
'import/no-unresolved': 'off',
'import/order': 'off'
'import/order': 'off',
'max-len': 'off'
},
ignorePatterns: ['sst-env.d.ts']
};
File renamed without changes
17 changes: 0 additions & 17 deletions infra/.eslintrc.js

This file was deleted.

55 changes: 0 additions & 55 deletions infra/index.ts

This file was deleted.

4 changes: 0 additions & 4 deletions infra/nr.config.ts

This file was deleted.

10 changes: 0 additions & 10 deletions infra/package.json

This file was deleted.

84 changes: 0 additions & 84 deletions infra/stacks/api.ts

This file was deleted.

58 changes: 0 additions & 58 deletions infra/stacks/web.ts

This file was deleted.

10 changes: 0 additions & 10 deletions infra/tsconfig.json

This file was deleted.

Loading

0 comments on commit 0b16944

Please sign in to comment.