Skip to content

Commit

Permalink
chore(no-empty-title): remove rule
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Oct 27, 2019
1 parent 60443d2 commit 71ed351
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 47 deletions.
2 changes: 1 addition & 1 deletion src/__tests__/rules.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { resolve } from 'path';
import plugin from '../';

const ruleNames = Object.keys(plugin.rules);
const numberOfRules = 41;
const numberOfRules = 40;

describe('rules', () => {
it('should have a corresponding doc for each rule', () => {
Expand Down
46 changes: 0 additions & 46 deletions src/rules/no-empty-title.ts

This file was deleted.

0 comments on commit 71ed351

Please sign in to comment.