Skip to content

Commit

Permalink
run lint
Browse files Browse the repository at this point in the history
  • Loading branch information
odanado committed Jan 23, 2019
1 parent 410da92 commit 8a07215
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"jsxBracketSameLine": true,
"semi": false,
"parser": "vue"
"semi": true
}
2 changes: 1 addition & 1 deletion src/components/SearchButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</template>

<script lang="ts">
import { Component, Vue, Emit } from "vue-property-decorator"
import { Component, Vue, Emit } from "vue-property-decorator";
@Component({})
export default class App extends Vue {
Expand Down

0 comments on commit 8a07215

Please sign in to comment.