Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: bump webcomponents to version 2 #103

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/github-pages-deploy-action@v4.3.3
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/github-pages-deploy-action@v4.3.3
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);
}
}
34 changes: 17 additions & 17 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"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,
"keySeparator": "=",
"xmlWhitespaceSensitivity": "ignore"
}
}
]
}
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
Loading