8000 .eslitrc.json: Added support for airbnb-base linting · unconnect/javascript-exercises@276b60a · GitHub
[go: up one dir, main page]

Skip to content

Commit 276b60a

Browse files
author
Michael Frank
committed
.eslitrc.json: Added support for airbnb-base linting
1 parent 435c1d3 commit 276b60a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.eslintrc.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"extends": "airbnb-base",
3+
"plugins": [
4+
"import"
5+
],
6+
"parserOptions": {
7+
"ecmaVersion": 12,
8+
"sourceType": "module"
9+
},
10+
"rules": {
11 3859 +
}
12+
}

0 commit comments

Comments
 (0)
0