Skip to content

Commit

Permalink
Change the word prohibit to forbid to match other rules
Browse files Browse the repository at this point in the history
  • Loading branch information
giodamelio committed Jan 23, 2017
1 parent 5e133c0 commit 5948d35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rules/no-self-import.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @fileOverview Prohibits a file from importing itself
* @fileOverview Forbids a file from importing itself
* @author Gio d'Amelio
*/

Expand All @@ -26,7 +26,7 @@ function isImportingSelf(context, node, requireName) {
module.exports = {
meta: {
doc: {
description: 'Prohibits a file from importing itself',
description: 'Forbid a file from importing itself',
recommended: true,
},
schema: [],
Expand Down

0 comments on commit 5948d35

Please sign in to comment.