Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

Commit

Permalink
fix: install missing plugin 'better-styled-components' (#18)
Browse files Browse the repository at this point in the history
* fix: install missing plugin 'better-styled-components'

* fix: change branch names for qa workflow
  • Loading branch information
idaho committed Mar 8, 2021
1 parent 036f273 commit b3188aa
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Quality assurance

on:
push:
branches: [ $default-branch ]
branches: [ 'main' ]
pull_request:
branches: [ $default-branch ]
branches: [ 'main' ]

jobs:
qa:
Expand Down
59 changes: 59 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"dependencies": {
"@typescript-eslint/eslint-plugin": "4.16.1",
"@typescript-eslint/parser": "4.16.1",
"eslint-plugin-better-styled-components": "1.1.2",
"eslint-plugin-extended": "0.2.0",
"eslint-plugin-jest": "24.1.9",
"eslint-plugin-json": "2.1.2",
Expand Down

0 comments on commit b3188aa

Please sign in to comment.