Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Commit 7bfe204

Browse files
committed
bringing in latest changes from json branch
1 parent bc1fb05 commit 7bfe204

File tree

112 files changed

+12088
-13588
lines changed

Some content is hidden

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

112 files changed

+12088
-13588
lines changed

client/.babelrc

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,12 @@
11
{
2-
"presets": [
3-
"es2015"
4-
],
2+
"presets": ["es2015"],
53
"plugins": [
64
"transform-class-properties",
75
"transform-react-jsx",
86
"transform-object-rest-spread",
9-
[
10-
"module-resolver",
11-
{
12-
"root": [
13-
"./src"
14-
]
15-
}
16-
],
17-
[
18-
"import-rename",
19-
{
20-
"^(.*)\\.jsx$": "$1"
21-
}
7+
["module-resolver", {
8+
"root": ["./src"]
9+
}],
10+
["import-rename", {"^(.*)\\.jsx$": "$1"}]
2211
]
23-
]
24-
}
12+
}

client/.eslintrc.js

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
module.exports = {
2-
parser: "@babel/eslint-parser",
3-
env: {
4-
es6: true,
5-
node: true,
6-
browser: true
7-
},
8-
parserOptions: {
9-
ecmaVersion: 6,
10-
sourceType: "module",
11-
ecmaFeatures: {
12-
jsx: true
13-
}
14-
},
15-
plugins: ["react"],
16-
extends: [
17-
"eslint:recommended",
18-
"plugin:react/recommended",
19-
"plugin:prettier/recommended"
20-
]
2+
parser: "babel-eslint",
3+
env: {
4+
es6: true,
5+
node: true,
6+
browser: true
7+
},
8+
parserOptions: {
9+
ecmaVersion: 6,
10+
sourceType: "module",
11+
ecmaFeatures: {
12+
jsx: true
13+
}
14+
},
15+
plugins: ["react"],
16+
extends: [
17+
"eslint:recommended",
18+
"plugin:react/recommended",
19+
"plugin:prettier/recommended"
20+
]
2121
};

client/.github/workflows/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: Autocloser
2-
on: [ issues ]
2+
on: [issues]
33
jobs:
44
autoclose:
55
runs-on: ubuntu-latest
66
steps:
7-
- name: Issue auto-closer
8-
uses: roots/issue-closer-action@v1.1
9-
with:
10-
repo-token: ${{ secrets.GITHUB_TOKEN }}
11-
issue-close-message: "@${issue.user.login} this issue was automatically closed because it did not follow our rules:\n\n<pre>\n\n\n\nIMPORTANT: Please use the following link to create a new issue:\n\nhttps://www.creative-tim.com/new-issue/material-dashboard-react\n\n**If your issue was not created using the app above, it will be closed immediately.**\n\n\n\nLove Creative Tim? Do you need Angular, React, Vuejs or HTML? You can visit:\n👉 https://www.creative-tim.com/bundles\n👉 https://www.creative-tim.com\n\n\n</pre>\n\n"
12-
issue-pattern: (\#\#\# Version([\S\s.*]*?)\#\#\# Reproduction link([\S\s.*]*?)\#\#\# Operating System([\S\s.*]*?)\#\#\# Device([\S\s.*]*?)\#\#\# Browser & Version([\S\s.*]*?)\#\#\# Steps to reproduce([\S\s.*]*?)\#\#\# What is expected([\S\s.*]*?)\#\#\# What is actually happening([\S\s.*]*?)---([\S\s.*]*?)\#\#\# Solution([\S\s.*]*?)\#\#\# Additional comments([\S\s.*]*?)\<\!-- generated by creative-tim-issues\. DO NOT REMOVE --\>)|(\#\#\# What is your enhancement([\S\s.*]*?)\<\!-- generated by creative-tim-issues\. DO NOT REMOVE --\>)
7+
- name: Issue auto-closer
8+
uses: roots/issue-closer-action@v1.1
9+
with:
10+
repo-token: ${{ secrets.GITHUB_TOKEN }}
11+
issue-close-message: "@${issue.user.login} this issue was automatically closed because it did not follow our rules:\n\n<pre>\n\n\n\nIMPORTANT: Please use the following link to create a new issue:\n\nhttps://www.creative-tim.com/new-issue/material-dashboard-react\n\n**If your issue was not created using the app above, it will be closed immediately.**\n\n\n\nLove Creative Tim? Do you need Angular, React, Vuejs or HTML? You can visit:\n👉 https://www.creative-tim.com/bundles\n👉 https://www.creative-tim.com\n\n\n</pre>\n\n"
12+
issue-pattern: (\#\#\# Version([\S\s.*]*?)\#\#\# Reproduction link([\S\s.*]*?)\#\#\# Operating System([\S\s.*]*?)\#\#\# Device([\S\s.*]*?)\#\#\# Browser & Version([\S\s.*]*?)\#\#\# Steps to reproduce([\S\s.*]*?)\#\#\# What is expected([\S\s.*]*?)\#\#\# What is actually happening([\S\s.*]*?)---([\S\s.*]*?)\#\#\# Solution([\S\s.*]*?)\#\#\# Additional comments([\S\s.*]*?)\<\!-- generated by creative-tim-issues\. DO NOT REMOVE --\>)|(\#\#\# What is your enhancement([\S\s.*]*?)\<\!-- generated by creative-tim-issues\. DO NOT REMOVE --\>)

0 commit comments

Comments
 (0)