Skip to content

Commit

Permalink
Merge pull request #29 from nickiaconis/custom-rule
Browse files Browse the repository at this point in the history
Just read through the issue -- good stuff. I don't see any reason not to merge this and then go ahead with getting #25 in place.
  • Loading branch information
Brian Sipple authored and Brian Sipple committed Mar 30, 2016
2 parents 5017db2 + 5f3567c commit 0e4d485
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
File renamed without changes.
5 changes: 4 additions & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ describe('EslintValidationFilter', function describeEslintValidationFilter() {
// lint test fixtures using a custom rule
const promise = runEslint(FIXTURES, {
options: {
rulePaths: ['conf/rules']
rulePaths: ['conf/rules'],
rules: {
'custom-no-alert': 2
}
}
});

Expand Down

0 comments on commit 0e4d485

Please sign in to comment.