Revert "chore(lint): run fix"

This reverts commit 15fdf2d75a.
This commit is contained in:
Sabe Jones
2021-08-26 22:50:46 -05:00
parent a6e32d0822
commit 5179440f77
64 changed files with 230 additions and 305 deletions
@@ -40,6 +40,7 @@
@import '~@/assets/scss/colors.scss';
.attributes-group {
border-radius: 4px;
// unless we have a way to give a popover an id or class, it needs expand the attributes area
@@ -432,6 +432,7 @@ export default {
}
});
each(this.gearTypesToStrings, (string, type) => {
this.viewOptions[type].firstRender = false; // eslint-disable-line vue/no-side-effects-in-computed-properties, max-len
});
@@ -44,6 +44,7 @@ import DragDropDirective from '@/directives/dragdrop.directive';
import CountBadge from '@/components/ui/countBadge';
export default {
components: {
CountBadge,
@@ -582,6 +582,7 @@ export default {
});
});
return petGroups;
},
mountGroups () {
@@ -626,6 +627,7 @@ export default {
});
});
return mountGroups;
},
drawerTabs () {
@@ -35,6 +35,7 @@
</b-modal>
</template>
<style lang="scss" scoped>
@import '~@/assets/scss/colors.scss';
@import '~@/assets/scss/mixins.scss';
@@ -79,6 +80,7 @@
}
</style>
<script>
import markdownDirective from '@/directives/markdown';
import { mountInfo } from '@/../../common/script/content/stable';