Skip to content
Merged
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
5 changes: 5 additions & 0 deletions .ecrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"Disable": {
"Indentation": true
}
}
8 changes: 8 additions & 0 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v2
- run: npx markdownlint-cli .
editorconfig:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: DimensionDev/setup-editorconfig-action@latest
- run: editorconfig-checker
anti-trojan-source:
runs-on: ubuntu-20.04
steps:
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/RSS3/src/SNSAdaptor/styles/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -539,14 +539,14 @@ samp {
* CSS Remedy, with `svg` added as well.
*
* https://github.com/mozdevs/cssremedy/issues/14
*
*
* 2. Add `vertical-align: middle` to align replaced elements more
* sensibly by default when overriding `display` by adding a
* utility like `inline`.
*
* This can trigger a poorly considered linting error in some
* tools but is included by design.
*
*
* https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
*/

Expand Down
2 changes: 1 addition & 1 deletion packages/web3-constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
"scripts": {
"start": "ts-node compile-constants.ts"
}
}
}