.eslitrc.json: Added support for airbnb-base linting
This commit is contained in:
parent
435c1d3779
commit
276b60a3c3
|
@ -0,0 +1,12 @@
|
||||||
|
{
|
||||||
|
"extends": "airbnb-base",
|
||||||
|
"plugins": [
|
||||||
|
"import"
|
||||||
|
],
|
||||||
|
"parserOptions": {
|
||||||
|
"ecmaVersion": 12,
|
||||||
|
"sourceType": "module"
|
||||||
|
},
|
||||||
|
"rules": {
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue