Skip to content

Commit

Permalink
feat: remove a rule
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjiaxuan committed Aug 26, 2022
1 parent 91fc53d commit 1e796ee
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,4 @@ jobs:

- run: npm install -g cnpm --registry=https://registry.npmmirror.com

- run: |
cnpm sync @lvjiaxuan/eslint-config
cnpm sync @lvjiaxuan/eslint-config-js
cnpm sync @lvjiaxuan/eslint-config-ts
cnpm sync @lvjiaxuan/eslint-config-vue
cnpm sync @lvjiaxuan/eslint-plugin
- run: cnpm sync @lvjiaxuan/eslint-config @lvjiaxuan/eslint-config-js @lvjiaxuan/eslint-config-ts @lvjiaxuan/eslint-config-vue @lvjiaxuan/eslint-plugin --sync-publish
1 change: 0 additions & 1 deletion packages/javascript/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ module.exports = {
'no-duplicate-imports': 'warn',
'no-promise-executor-return': 'warn',
'no-self-compare': 'error',
'no-template-curly-in-string': 'warn',
'no-unmodified-loop-condition': 'error',
'no-unreachable-loop': 'warn',
'no-unused-private-class-members': 'off',
Expand Down

0 comments on commit 1e796ee

Please sign in to comment.