Skip to content

Commit

Permalink
Merge pull request #48 from wangeditor-team/fix-lint-error
Browse files Browse the repository at this point in the history
fix: 移除了 eqeqeq lint 规则
  • Loading branch information
wangfupeng1988 authored Jul 14, 2021
2 parents d898432 + db05ce7 commit ccccdc6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@ module.exports = {
plugins: ['@typescript-eslint', 'prettier'],
rules: {
'no-unused-vars': 0,
eqeqeq: ['error', 'always'], // 暂时没定位到具体什么原因导致这样的规则不生效,先强制开启
},
}

0 comments on commit ccccdc6

Please sign in to comment.