Skip to content

Commit

Permalink
Add a way to disable absolute-first explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCrueltySage committed Feb 19, 2020
1 parent 12971f5 commit 94e0c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/first.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = {
schema: [
{
type: 'string',
enum: ['absolute-first'],
enum: ['absolute-first','disable-absolute-first'],
},
],
},
Expand Down

0 comments on commit 94e0c4b

Please sign in to comment.