commit | 3137c3aec0d80da91ca3f8cbc0f3344d609c33ee | [log] [tgz] |
---|---|---|
author | gt-liu <ganti.liu@supwisdom.com> | 周五 2月 26 17:13:29 2021 +0800 |
committer | gt-liu <ganti.liu@supwisdom.com> | 周五 2月 26 17:13:29 2021 +0800 |
tree | 1fbc3c12df7f0bdd5bc8df05c6225ec7edfe85fa | |
parent | 0fb454efb3ad5359a61a509124dbae9b3d773c1d [diff] [blame] |
文章管理模块新增搜索条件--栏目搜索
diff --git a/frontend/.eslintrc.js b/frontend/.eslintrc.js index c977505..bc8deee 100644 --- a/frontend/.eslintrc.js +++ b/frontend/.eslintrc.js
@@ -193,6 +193,10 @@ 'object-curly-spacing': [2, 'always', { objectsInObjects: false }], - 'array-bracket-spacing': [2, 'never'] + 'array-bracket-spacing': [2, 'never'], + 'quotes': 'off', + 'semi' : 'off', + 'comma-dangle' : 'off', + "no-tabs":"off" } }