Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.

Commit

Permalink
fix: removing vue-class-component for smaller bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsasharegan committed Feb 8, 2018
1 parent db1be90 commit 9bf830c
Show file tree
Hide file tree
Showing 15 changed files with 2,101 additions and 2,372 deletions.
14 changes: 0 additions & 14 deletions .babelrc

This file was deleted.

2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab
indent_style = space
indent_size = 2
max_line_length = 80
12 changes: 6 additions & 6 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"bracketSpacing": true,
"semi": false,
"printWidth": 80,
"useTabs": true,
"singleQuote": false,
"trailingComma": "es5"
"bracketSpacing": true,
"semi": true,
"printWidth": 80,
"useTabs": false,
"singleQuote": false,
"trailingComma": "es5"
}
12 changes: 0 additions & 12 deletions jsconfig.json

This file was deleted.

Loading

0 comments on commit 9bf830c

Please sign in to comment.