Skip to content

Commit 47c368d

Browse files
committed
fix: add missing property to rule meta
1 parent a974755 commit 47c368d

File tree

1 file changed

+1
-0
lines changed
  • lib/node_modules/@stdlib/_tools/eslint/rules/require-leading-slash/lib

1 file changed

+1
-0
lines changed

lib/node_modules/@stdlib/_tools/eslint/rules/require-leading-slash/lib/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ function main( context ) {
9292

9393
rule = {
9494
'meta': {
95+
'type': 'problem',
9596
'docs': {
9697
'description': 'disallow `require()` calls of relative paths which do not begin with a leading `./`'
9798
},

0 commit comments

Comments
 (0)