文章管理模块新增搜索条件--栏目搜索
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"
   }
 }