1
0
mirror of https://github.com/sasjs/lint.git synced 2026-01-16 08:40:05 +00:00

chore(*): organise rules into folders by type

This commit is contained in:
Krishna Acondy
2021-04-07 16:34:33 +01:00
parent cc33ebb6e6
commit c9b6c3af95
26 changed files with 80 additions and 66 deletions

4
src/rules/file/index.ts Normal file
View File

@@ -0,0 +1,4 @@
export { hasDoxygenHeader } from './hasDoxygenHeader'
export { hasMacroNameInMend } from './hasMacroNameInMend'
export { hasMacroParentheses } from './hasMacroParentheses'
export { noNestedMacros } from './noNestedMacros'