1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00

Do not ignore node_modules

This commit is contained in:
DanieL 2022-06-30 12:23:35 -03:00
parent bfcb7b3544
commit f1dd1f71a0
173 changed files with 92931 additions and 1710 deletions

View file

@ -0,0 +1,5 @@
'use strict';
module.exports = {
extends: [ '@silvermine/standardization/commitlint.js' ],
};