Skip to content

Commit 78b0bef

Browse files
authored
chore: update to 2.0 (#105)
1 parent 20f2028 commit 78b0bef

36 files changed

+14469
-42059
lines changed

.commitlintrc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"extends": ["@commitlint/config-conventional"]
3-
}
2+
"extends": ["@commitlint/config-conventional"]
3+
}

.eslintrc.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"env": {
3-
"browser": true,
4-
"es6": true,
5-
"node": true
6-
},
7-
"extends": "react-app"
8-
}
2+
"env": {
3+
"browser": true,
4+
"es6": true,
5+
"node": true
6+
},
7+
"extends": "react-app"
8+
}

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ jobs:
6868
# ./location_of_script_within_repo/buildscript.sh
6969

7070
- name: Perform CodeQL Analysis
71-
uses: github/codeql-action/analyze@v2
71+
uses: github/codeql-action/analyze@v2

.github/workflows/deploy.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@ name: Deploy
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [main]
66
jobs:
77
deploy:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v3
12-
- uses: actions/setup-node@v3
13-
with:
14-
node-version: 16
15-
cache: 'npm'
11+
- uses: actions/checkout@v3
12+
- uses: actions/setup-node@v3
13+
with:
14+
node-version: 16
15+
cache: "npm"
1616

17-
- name: Build
18-
run: |
19-
npm install
20-
npm run build
17+
- name: Build
18+
run: |
19+
npm install
20+
npm run build
2121
22-
- name: Deploy
23-
uses: JamesIves/[email protected]
24-
with:
25-
branch: gh-pages # The branch the action should deploy to.
26-
folder: build # The folder the action should deploy.
27-
target-folder: ./
28-
clean: true
22+
- name: Deploy
23+
uses: JamesIves/[email protected]
24+
with:
25+
branch: gh-pages # The branch the action should deploy to.
26+
folder: build # The folder the action should deploy.
27+
target-folder: ./
28+
clean: true

.husky/skip.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ if (process.env.HUSKY_SKIP) {
22
process.exit(0);
33
} else {
44
process.exit(1);
5-
}
5+
}

.prettierrc.json

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,16 @@
11
{
2-
"singleQuote": false,
3-
"printWidth": 200,
4-
"endOfLine": "lf",
5-
"tabWidth": 4,
6-
"useTabs": true,
7-
"overrides": [
8-
{
9-
"files": ["*.yaml", "*.yml", "*.md", "*.json", "*.xml", "*.properties"],
10-
"options": {
11-
"useTabs": false,
12-
"tabWidth": 2,
13-
"keySeparator": "=",
14-
"xmlWhitespaceSensitivity": "ignore"
15-
}
16-
}
17-
]
18-
}
2+
"singleQuote": false,
3+
"printWidth": 200,
4+
"endOfLine": "lf",
5+
"tabWidth": 4,
6+
"useTabs": true,
7+
"overrides": [
8+
{
9+
"files": ["*.yaml", "*.yml", "*.md", "*.json", "*.xml", "*.properties"],
10+
"options": {
11+
"useTabs": false,
12+
"tabWidth": 2
13+
}
14+
}
15+
]
16+
}

config/env.js

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

config/jest/cssTransform.js

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

config/jest/fileTransform.js

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

config/paths.js

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

0 commit comments

Comments
 (0)