Skip to content

Commit 94e0c4b

Browse files
Add a way to disable absolute-first explicitly
1 parent 12971f5 commit 94e0c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/rules/first.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = {
1010
schema: [
1111
{
1212
type: 'string',
13-
enum: ['absolute-first'],
13+
enum: ['absolute-first','disable-absolute-first'],
1414
},
1515
],
1616
},

0 commit comments

Comments
 (0)