We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
no-adjacent-inline-elements
1 parent 9e4bbd0 commit a515c40Copy full SHA for a515c40
lib/rules/no-adjacent-inline-elements.js
@@ -5,6 +5,8 @@
5
6
'use strict';
7
8
+const docsUrl = require('../util/docsUrl');
9
+
10
// ------------------------------------------------------------------------------
11
// Helpers
12
@@ -76,7 +78,8 @@ module.exports = {
76
78
docs: {
77
79
description: 'Prevent adjacent inline elements not separated by whitespace.',
80
category: 'Best Practices',
- recommended: false
81
+ recommended: false,
82
+ url: docsUrl('no-adjacent-inline-elements')
83
},
84
schema: []
85
0 commit comments