include ESLint and stylelint checks in build scripts using Node

This commit is contained in:
2019-08-27 19:45:40 +02:00
parent d4edbb6423
commit 7ca687a85c
6 changed files with 44 additions and 110 deletions

2
.gitignore vendored
View File

@ -1,7 +1,9 @@
composer.lock
package-lock.json
/vendor/
/node_modules/
/dist/
.idea
.phpunit.result.cache
**/*.min.css
**/*.min.js