Skip to content

Commit

Permalink
chore: update to 2.0 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnaydenow authored Dec 16, 2024
1 parent 20f2028 commit 78b0bef
Show file tree
Hide file tree
Showing 36 changed files with 14,469 additions and 42,059 deletions.
4 changes: 2 additions & 2 deletions .commitlintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"extends": ["@commitlint/config-conventional"]
}
"extends": ["@commitlint/config-conventional"]
}
14 changes: 7 additions & 7 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"env": {
"browser": true,
"es6": true,
"node": true
},
"extends": "react-app"
}
"env": {
"browser": true,
"es6": true,
"node": true
},
"extends": "react-app"
}
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ jobs:
# ./location_of_script_within_repo/buildscript.sh

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v2
34 changes: 17 additions & 17 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@ name: Deploy

on:
push:
branches: [ main ]
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: 'npm'
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: "npm"

- name: Build
run: |
npm install
npm run build
- name: Build
run: |
npm install
npm run build
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: build # The folder the action should deploy.
target-folder: ./
clean: true
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages # The branch the action should deploy to.
folder: build # The folder the action should deploy.
target-folder: ./
clean: true
2 changes: 1 addition & 1 deletion .husky/skip.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ if (process.env.HUSKY_SKIP) {
process.exit(0);
} else {
process.exit(1);
}
}
32 changes: 15 additions & 17 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
{
"singleQuote": false,
"printWidth": 200,
"endOfLine": "lf",
"tabWidth": 4,
"useTabs": true,
"overrides": [
{
"files": ["*.yaml", "*.yml", "*.md", "*.json", "*.xml", "*.properties"],
"options": {
"useTabs": false,
"tabWidth": 2,
"keySeparator": "=",
"xmlWhitespaceSensitivity": "ignore"
}
}
]
}
"singleQuote": false,
"printWidth": 200,
"endOfLine": "lf",
"tabWidth": 4,
"useTabs": true,
"overrides": [
{
"files": ["*.yaml", "*.yml", "*.md", "*.json", "*.xml", "*.properties"],
"options": {
"useTabs": false,
"tabWidth": 2
}
}
]
}
93 changes: 0 additions & 93 deletions config/env.js

This file was deleted.

14 changes: 0 additions & 14 deletions config/jest/cssTransform.js

This file was deleted.

30 changes: 0 additions & 30 deletions config/jest/fileTransform.js

This file was deleted.

87 changes: 0 additions & 87 deletions config/paths.js

This file was deleted.

Loading

0 comments on commit 78b0bef

Please sign in to comment.