summaryrefslogtreecommitdiff
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorYoshie Muranaka <yoshiemuranaka@gmail.com>2020-10-30 19:32:06 +0300
committerYoshie Muranaka <yoshiemuranaka@gmail.com>2020-11-03 22:28:59 +0300
commitefd7c88404fc58d0dc8cd495ba2e33b9e9034e0b (patch)
treee205a290de55033a33c6a67ef9267d478e16a697 /.eslintrc.js
parent602e98aa32f82fd3b0c3d250c7cc1f8da971db24 (diff)
downloadwebui-vue-efd7c88404fc58d0dc8cd495ba2e33b9e9034e0b.tar.xz
Fix eslint no-prototype-builtins errors
Made updates to TableToolbar, ModalAddRoleGroup, and ModalUploadCertificate components. https://eslint.org/docs/rules/no-prototype-builtins Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: Ic143cd244b288bc089a9416699d7c3d4349a500c
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index c404a6d5..3901f226 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -5,7 +5,6 @@ module.exports = {
},
extends: ['plugin:vue/recommended', 'eslint:recommended', '@vue/prettier'],
rules: {
- 'no-prototype-builtins': 'warn',
'no-console': 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'prettier/prettier': [