Skip to content

Commit

Permalink
Revert "updated: format all the tags using prettier"
Browse files Browse the repository at this point in the history
This reverts commit 5d799e7.
  • Loading branch information
GianlucaGuarini committed Feb 2, 2024
1 parent 5d799e7 commit cc804e7
Show file tree
Hide file tree
Showing 58 changed files with 301 additions and 327 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -28,7 +28,6 @@ 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: 1 addition & 11 deletions .prettierrc.cjs
@@ -1,11 +1 @@
module.exports = {
...require('@riotjs/prettier-config'),
overrides: [
{
files: ['*.riot'],
options: {
parser: 'html',
},
},
],
}
module.exports = require('@riotjs/prettier-config')

0 comments on commit cc804e7

Please sign in to comment.