chore: initial commit

This commit is contained in:
Divlo
2023-01-02 15:23:16 +01:00
commit 221ded7d62
35 changed files with 22848 additions and 0 deletions

10
src/index.js Normal file
View File

@ -0,0 +1,10 @@
'use strict'
const customRule = {
names: ['relative-links'],
description: 'Relative links should be valid',
tags: ['links'],
function: () => {}
}
module.exports = customRule