Change lint rules to AirBnB

This commit is contained in:
Alicia Sykes
2019-09-01 13:38:13 +01:00
parent 7ffc35afb6
commit 335c8eec53
18 changed files with 704 additions and 663 deletions

View File

@@ -7,14 +7,14 @@
</template>
<script>
import Footer from '@/components/Footer.vue'
import Footer from '@/components/Footer.vue';
export default {
name: 'app',
components: {
Footer
}
}
Footer,
},
};
</script>
<style lang="scss">