stable

Clone or download

Read-only

Reenable Vue rules and fix eslint errors in Vue components

Part of request #13706 eslint should also analyse Vue files The following command should not report any error $ npm run eslint -- --quiet . I took the opportuniy to reenable some rules that were only broken because of a prospective change in vue-eslint-parser. We never updated it for that reason, so there's no reason to keep the rules disabled. Change-Id: Ib74979cc02c4f711508e5737a88110bfa611766a

Modified Files

Name
M .eslintrc.js +3 −3 Go to diff View file
M package.json +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/DropDownDisplayedEmbedded.vue +0 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/DropDownMenu.vue +1 −7 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/DropDownQuickLook.vue +0 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/FolderMetadata/FolderGlobalMetadataForCreate.vue +0 −2 Go to diff View file
M plugins/document/scripts/document/components/Folder/Metadata/FolderMetadata/FolderGlobalMetadataForUpdate.vue +0 −2 Go to diff View file
M src/www/scripts/frs/permissions-per-group/FRSPackagePermissionsTable.vue +1 −1 Go to diff View file
M src/www/scripts/frs/permissions-per-group/FRSPackagePermissionsTablePackage.vue +1 −1 Go to diff View file