We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
eslint
Learn more about funding links in repositories.
Report abuse
1 parent 9d1df92 commit 4431d68Copy full SHA for 4431d68
docs/rules/max-len.md
@@ -144,10 +144,10 @@ var longRegExpLiteral = /this is a really really really really really long regul
144
145
### ignorePattern
146
147
-Examples of **correct** code for this rule with the `{ "ignorePattern": true }` option:
+Examples of **correct** code for this rule with the `ignorePattern` option:
148
149
```js
150
-/*eslint max-len: ["error", { "ignorePattern": "^\\s*var\\s.+=\\s*require\\s*\\(/" }]*/
+/*eslint max-len: ["error", { "ignorePattern": "^\\s*var\\s.+=\\s*require\\s*\(" }]*/
151
152
var dep = require('really/really/really/really/really/really/really/really/long/module');
153
```
0 commit comments