Skip to content

Commit

Permalink
fix: spectral config issue
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Nov 4, 2022
1 parent 11b4ffa commit 5f26e82
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/spectral-config/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ const rules = require('./rules');

module.exports = {
extends: ['spectral:oas'],
functionsDir: './rules',
functions: ['alex', 'sentencePunctuation'],
rules: {
'alex-component-description': rules.alexComponentDescription,
'alex-component-summary': rules.alexComponentSummary,
Expand Down

0 comments on commit 5f26e82

Please sign in to comment.