Skip to content

Commit a8a5679

Browse files
authored
fix: add type property to meta for eslint/rule/require-leading-slash
PR-URL: #3330 Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent 5211580 commit a8a5679

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)