Put external dependencies into dedicated directories

This commit is contained in:
Leon Etienne (ubuntu wsl)
2020-09-27 19:14:35 +02:00
parent e470676e40
commit 37cc321708
34 changed files with 9491 additions and 54 deletions

View File

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