Skip to content
Snippets Groups Projects
Commit 27936ca5 authored by Alexander Repeta's avatar Alexander Repeta
Browse files

update config and lock deps

parent d76f7635
No related branches found
No related tags found
No related merge requests found
root = true
[*]
indent_style = space
# Если предпочитаете отступы в 4 пробела в html/css/js, заменить тут 2 на 4
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false
[*.{json, md}]
indent_size = 2
\ No newline at end of file
module.exports = {
plugins: {
"posthtml-include": {
root: __dirname + "/src",
'posthtml-include': {
root: __dirname + '/src',
},
},
};
printWidth: 100
tabWidth: 2
useTabs: false
semi: true
singleQuote: true
......
This diff is collapsed.
......@@ -22,7 +22,7 @@
},
"devDependencies": {
"gh-pages": "^3.1.0",
"parcel-bundler": "^1.12.4",
"parcel-bundler": "1.12.3",
"posthtml-include": "^1.6.2",
"sass": "^1.32.8"
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment