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.
1 parent b117d20 commit 6492450Copy full SHA for 6492450
package.json
@@ -23,7 +23,7 @@
23
"homepage": "https://github.com/algolia/eslint-config-algolia",
24
"devDependencies": {
25
"babel-eslint": "^4.1.3",
26
- "eslint": "^1.7.3",
+ "eslint": "^1.10.3",
27
"eslint-config-airbnb": "^0.1.0",
28
"eslint-config-algolia": "^4.5.0",
29
"eslint-plugin-algolia": "^1.5.0",
rules/base.js
@@ -7,7 +7,11 @@ module.exports = {
7
'max-len': [
8
1,
9
110,
10
- 2
+ 2,
11
+ {
12
+ "ignoreComments": true,
13
+ "ignoreUrls": true
14
+ }
15
],
16
'comma-dangle': [2, 'never'],
17
'no-use-before-define': [2, 'nofunc'],
0 commit comments