Skip to content

Commit

Permalink
chore: redlint: add
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Jan 15, 2024
1 parent c93abc5 commit 76e7cac
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .madrun.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export default {
'fresh:lint': () => run('lint:fresh'),
'fresh': () => run(['lint:memory', 'coverage']),
'lint': () => `putout . --rulesdir rules`,
'prelint': () => 'redlint scan',
'lint:mark': () => 'putout **/*.md',
'memory': () => run('lint:fresh', '-f memory'),
'fix:lint': () => run('lint', '--fix'),
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"lerna": "^6.0.1",
"madrun": "^10.0.0",
"putout": "^34.0.0",
"redlint": "^3.9.0",
"supertape": "^9.0.0",
"typescript": "^5.1.6"
},
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 76e7cac

Please sign in to comment.