build: initial ehandy

This commit is contained in:
kmacoders
2021-06-27 14:36:38 +07:00
commit 0b0bda97c9
29 changed files with 20376 additions and 0 deletions

8
stylelint.config.js Normal file
View File

@@ -0,0 +1,8 @@
module.exports = {
extends: [
'stylelint-config-standard'
],
// add your custom config here
// https://stylelint.io/user-guide/configuration
rules: {}
}