Skip to content

Commit

Permalink
v0.8.0 (#66)
Browse files Browse the repository at this point in the history
* v0.8.0

* chore: remove --force flag

* chore: add warn level
  • Loading branch information
iChenLei authored Apr 20, 2024
1 parent 681f80c commit 45d2808
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with: {node-version: '${{ env.NODE_VERSION }}'}
- name: Set working directory
- name: flat config compat test
working-directory: tests/flatconfig
run: |
pwd
npm install --force
npm install
npm list --depth=0
npm run test
Expand Down
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ tests
.editorconfig
.eslintignore
.eslintrc.js
eslint.config.mjs
.gitignore
package-lock.json
CODE_OF_CONDUCT.md
Expand Down
2 changes: 1 addition & 1 deletion tests/flatconfig/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default [
parser: wxmlParser,
},
rules: {
"wxml/colon-style-event-binding": "error",
"wxml/colon-style-event-binding": "warn",
},
},
];

0 comments on commit 45d2808

Please sign in to comment.