From bcc11bda7467a6a03d372cedb38d72af3986317d Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 19 Feb 2021 22:26:13 +0200 Subject: [PATCH] chore(lint) add progress --- .madrun.mjs | 3 ++- .yaspellerrc | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.madrun.mjs b/.madrun.mjs index 64a8db9b..c967f74f 100644 --- a/.madrun.mjs +++ b/.madrun.mjs @@ -14,8 +14,9 @@ export default { }), 'build:start': () => run(['build:client', 'start']), 'build:start:dev': () => run(['build:client:dev', 'start:dev']), - 'lint:all': () => run(['lint', 'spell']), + 'lint:all': () => run(['lint:progress', 'spell']), 'lint': () => 'putout .', + 'lint:progress': () => run('lint', '-f progress'), 'watch:lint': () => 'nodemon -w client -w server -w test -w common -w .webpack -x "putout -s"', 'fresh:lint': () => run('lint', '--fresh'), 'lint:fresh': () => run('lint', '--fresh'), diff --git a/.yaspellerrc b/.yaspellerrc index e47843b7..2df4b282 100644 --- a/.yaspellerrc +++ b/.yaspellerrc @@ -55,6 +55,7 @@ "nginx", "npm", "or io", + "patreon", "refactor", "sexualized", "sslPort",