chore(lint): lint all and remove extra files

This commit is contained in:
Ismo Vuorinen
2023-10-30 13:54:51 +02:00
parent 3a0a571fab
commit a980c0d342
10 changed files with 4 additions and 36 deletions

View File

@@ -3,9 +3,7 @@
const configurationPaths = require('../lib/configuration-paths')
const configItems = configurationPaths('[module name]')
const longestLine = configItems.reduce((a, b) =>
a.length > b.length ? a : b
).length
const longestLine = configItems.reduce((a, b) => (a.length > b.length ? a : b)).length
const mdTable = configItems.map(file => {
const diff = longestLine - file.length