odin-default-js-exercises/.eslintrc.json

13 lines
184 B
JSON
Raw Normal View History

{
"extends": "airbnb-base",
"plugins": [
"import"
],
"parserOptions": {
"ecmaVersion": 12,
"sourceType": "module"
},
"rules": {
}
}