Shape your workflows with custom eslint plugins - Peter Müller

preview_player
Показать описание

Рекомендации по теме
Комментарии
Автор

22:26 if you make eslint plugins your developing packages, you can easily import locally in package.json with the file monicker
"devDependencies": {
"eslint": "^6.8.0",
"eslint-plugin-local": "file:eslint-plugin-local"
},

sweetogo