Skip to content

Commit

Permalink
Migrate to MUI v5
Browse files Browse the repository at this point in the history
  • Loading branch information
joebochill committed Nov 21, 2022
1 parent f6b0efa commit 401b83f
Show file tree
Hide file tree
Showing 214 changed files with 9,200 additions and 16,168 deletions.
86 changes: 0 additions & 86 deletions .circleci/config.yml

This file was deleted.

21 changes: 11 additions & 10 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
module.exports = {
parser: '@typescript-eslint/parser',
extends: ['@brightlayer-ui/eslint-config/tsx'],
parserOptions: {
project: './tsconfig.json',
},
env: {
browser: true,
},
};
module.exports = {
root: true,
parser: '@typescript-eslint/parser',
extends: [ '@brightlayer-ui/eslint-config/tsx' ],
parserOptions: {
project: "./tsconfig.json",
},
env: {
browser: true
}
};
21 changes: 0 additions & 21 deletions .github/config.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/stale.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/firebase-hosting-pull-request.yml

This file was deleted.

21 changes: 5 additions & 16 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,34 +1,23 @@
# See https://help.github.com/ignore-files/ for more about ignoring files.
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
**/**/node_modules
**/**/bower_components
**/**/.idea
/node_modules
/.pnp
.pnp.js

# testing
/coverage
/cypress/screenshots
/cypress/videos

# production
/build
package-lock.json

# IDE - VSCode
.vscode/*


# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
.idea/
.idea/**/**
.editorconfig
.angulardoc.json

npm-debug.log*
yarn-debug.log*
yarn-error.log*
yarn-error.log*
34 changes: 34 additions & 0 deletions .gitignore copy
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# See https://help.github.com/ignore-files/ for more about ignoring files.

# dependencies
**/**/node_modules
**/**/bower_components
**/**/.idea

# testing
/coverage
/cypress/screenshots
/cypress/videos

# production
/build
package-lock.json

# IDE - VSCode
.vscode/*


# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
.idea/
.idea/**/**
.editorconfig
.angulardoc.json

npm-debug.log*
yarn-debug.log*
yarn-error.log*
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
104 changes: 0 additions & 104 deletions config/env.js

This file was deleted.

Loading

0 comments on commit 401b83f

Please sign in to comment.