Skip to content

Commit 2b14d3a

Browse files
committed
Use airbnb-base eslint config directly
1 parent 10b65b8 commit 2b14d3a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.eslintrc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "airbnb/base",
2+
"extends": "airbnb-base",
33
"parserOptions": {
44
"ecmaVersion": 6,
55
"sourceType": "module",
@@ -17,6 +17,7 @@
1717
"new-cap": 0,
1818
"comma-dangle": [2, "never"],
1919
"spaced-comment": [2, "always", { exceptions: ["*", "-"] }],
20-
"quote-props": [2, "consistent"]
20+
"quote-props": [2, "consistent"],
21+
"no-underscore-dangle": ["error", { "allowAfterThis": true }]
2122
}
2223
}

0 commit comments

Comments
 (0)