Skip to content

Commit

Permalink
updated: format all the tags using prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed Feb 2, 2024
1 parent 5d79cf8 commit 5d799e7
Show file tree
Hide file tree
Showing 58 changed files with 327 additions and 301 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Expand Up @@ -28,6 +28,7 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: make lint
- run: make unit-test
# Skip saucelabs test https://github.com/riot/riot/issues/2989
- name: Saucelabs Crossbrowser Testing
Expand Down
12 changes: 11 additions & 1 deletion .prettierrc.cjs
@@ -1 +1,11 @@
module.exports = require('@riotjs/prettier-config')
module.exports = {
...require('@riotjs/prettier-config'),
overrides: [
{
files: ['*.riot'],
options: {
parser: 'html',
},
},
],
}

0 comments on commit 5d799e7

Please sign in to comment.