Skip to content

Commit f8ff62c

Browse files
ionut-becheruacomanescu
authored andcommitted
Migrate to Next.js, latest @mui packages and update design system
1 parent 306539c commit f8ff62c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

87 files changed

+11231
-43173
lines changed

.editorconfig

Lines changed: 670 additions & 8 deletions
Large diffs are not rendered by default.

.env.example

Lines changed: 0 additions & 1 deletion
This file was deleted.

.eslintrc

Lines changed: 0 additions & 35 deletions
This file was deleted.

.eslintrc.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"extends": "next/core-web-vitals",
3+
"rules": {
4+
"@next/next/no-img-element": "off",
5+
"jsx-a11y/alt-text": "off",
6+
"react/display-name": "off",
7+
"react/jsx-max-props-per-line": [
8+
1,
9+
{
10+
"maximum": 1
11+
}
12+
]
13+
}
14+
}

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,18 @@
1010

1111
# production
1212
/build
13+
out
14+
.next
1315

1416
# misc
1517
.DS_Store
18+
.eslintcache
19+
.idea
1620
/.env
1721
/.env.local
1822
/.env.development.local
1923
/.env.test.local
2024
/.env.production.local
21-
.idea
2225

2326
npm-debug.log*
2427
yarn-debug.log*

.prettierignore

Whitespace-only changes.

.prettierrc

Lines changed: 0 additions & 9 deletions
This file was deleted.

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Devias
3+
Copyright (c) 2021 Devias
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)