Skip to content

Commit

Permalink
Merge pull request #137 from icgc-argo/vite
Browse files Browse the repository at this point in the history
Vite
  • Loading branch information
ciaranschutte authored Jan 14, 2024
2 parents 57f105c + 4744292 commit 49a8c31
Show file tree
Hide file tree
Showing 14 changed files with 49,863 additions and 49,142 deletions.
19 changes: 0 additions & 19 deletions .babelrc

This file was deleted.

15 changes: 15 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
module.exports = {
root: true,
env: { browser: true, es2020: true },
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/recommended',
'plugin:react-hooks/recommended',
],
ignorePatterns: ['dist', '.eslintrc.cjs'],
parser: '@typescript-eslint/parser',
plugins: ['react-refresh'],
rules: {
'react-refresh/only-export-components': ['warn', { allowConstantExport: true }],
},
};
9 changes: 9 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"printWidth": 100,
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"useTabs": true,
"tabWidth": 2,
"plugins": ["prettier-plugin-organize-imports"]
}
5 changes: 0 additions & 5 deletions jsconfig.json

This file was deleted.

36 changes: 0 additions & 36 deletions next-env.d.ts

This file was deleted.

Loading

0 comments on commit 49a8c31

Please sign in to comment.