Skip to content

Commit

Permalink
production build
Browse files Browse the repository at this point in the history
  • Loading branch information
mydnic committed Apr 16, 2020
1 parent 1d79164 commit 1074f76
Show file tree
Hide file tree
Showing 17 changed files with 11,020 additions and 39,785 deletions.
15 changes: 15 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false

[*.yml]
indent_size = 2
9 changes: 9 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module.exports = {
extends: ['@nuxtjs'],
// add your custom rules here
rules: {
indent: ['error', 4],
'vue/script-indent': ['error', 4, { baseIndent: 0 }],
'vue/html-indent': ['error', 4, { baseIndent: 1 }]
}
}
6 changes: 6 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"tabWidth": 4,
"useTabs": false,
"semi": false,
"singleQuote": true
}
Loading

0 comments on commit 1074f76

Please sign in to comment.