Skip to content

Commit

Permalink
Partial work
Browse files Browse the repository at this point in the history
  • Loading branch information
megoth committed Dec 12, 2024
1 parent c21c700 commit 5206528
Show file tree
Hide file tree
Showing 197 changed files with 9,580 additions and 21,065 deletions.
7 changes: 2 additions & 5 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ module.exports = {
node: true,
},
extends: [
"airbnb-base",
"eslint:recommended",
"plugin:react/recommended",
"airbnb",
"airbnb/hooks",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended",
"plugin:prettier/recommended",
"plugin:import/recommended",
],
globals: {
Atomics: "readonly",
Expand All @@ -28,9 +27,7 @@ module.exports = {
},
],
"no-use-before-define": "off",
semi: "off",
"@typescript-eslint/no-use-before-define": ["error"],
"@typescript-eslint/semi": "error",
"react/jsx-filename-extension": [1, { extensions: [".tsx"] }],
"react/jsx-props-no-spreading": "off",
"react/jsx-one-expression-per-line": "off",
Expand Down
10 changes: 0 additions & 10 deletions __testUtils/createTranslationsRecordFromArray.ts

This file was deleted.

162 changes: 0 additions & 162 deletions __testUtils/mockApp.ts

This file was deleted.

11 changes: 0 additions & 11 deletions __testUtils/mockAppCoreHook.ts

This file was deleted.

10 changes: 0 additions & 10 deletions __testUtils/mockAppHook.ts

This file was deleted.

9 changes: 0 additions & 9 deletions __testUtils/mockAppIndex.ts

This file was deleted.

127 changes: 0 additions & 127 deletions __testUtils/mockAppIndexDataset.ts

This file was deleted.

13 changes: 0 additions & 13 deletions __testUtils/mockComponent.tsx

This file was deleted.

13 changes: 0 additions & 13 deletions __testUtils/mockDatasetHook.ts

This file was deleted.

Loading

0 comments on commit 5206528

Please sign in to comment.