18 changed files with 258 additions and 209 deletions
@ -0,0 +1,23 @@ |
|||
# This file is for unifying the coding style for different editors and IDEs |
|||
# editorconfig.org |
|||
|
|||
# WordPress Coding Standards |
|||
# https://make.wordpress.org/core/handbook/coding-standards/ |
|||
|
|||
root = true |
|||
|
|||
[*] |
|||
charset = utf-8 |
|||
end_of_line = lf |
|||
insert_final_newline = true |
|||
trim_trailing_whitespace = true |
|||
indent_style = space |
|||
indent_size = 2 |
|||
|
|||
[*.json] |
|||
indent_style = tab |
|||
indent_size = 4 |
|||
|
|||
[*.md] |
|||
trim_trailing_whitespace = false |
|||
|
|||
@ -0,0 +1,10 @@ |
|||
{ |
|||
"name": "template-block", |
|||
"version": "1.0.0", |
|||
"scripts": { |
|||
"start": "component-dev" |
|||
}, |
|||
"devDependencies": { |
|||
"axe-web-component": "git+https://git.devdevdev.life/roman/axe-web-component.git#master" |
|||
} |
|||
} |
|||
@ -1 +1 @@ |
|||
{"version":3,"sources":["scripts/template.mjs"],"names":["$","console","log","window","Swiper","jQuery"],"mappings":"CAAA,SAAWA,GAEPC,QAAQC,IAAI,UACZD,QAAQC,IAAI,WAAYF,GACxBC,QAAQC,IAAI,WAAYC,OAAOC,QAJnC,CAMGD,OAAOE","file":"template.min.js","sourcesContent":["(function ($) {\n\n console.log('Ready!');\n console.log('jQuery =', $);\n console.log('Swiper =', window.Swiper);\n\n})(window.jQuery);"]} |
|||
{"version":3,"sources":["scripts/template.mjs"],"names":["$","console","log","window","Swiper","jQuery"],"mappings":"CAAA,SAAWA,GAETC,QAAQC,IAAI,UACZD,QAAQC,IAAI,WAAYF,GACxBC,QAAQC,IAAI,WAAYC,OAAOC,QAJjC,CAMGD,OAAOE","file":"template.min.js","sourcesContent":["(function ($) {\n\n console.log('Ready!');\n console.log('jQuery =', $);\n console.log('Swiper =', window.Swiper);\n\n})(window.jQuery);\n"]} |
|||
Loading…
Reference in new issue