umap/.eslintrc.json

12 lines
182 B
JSON
Raw Permalink Normal View History

{
"plugins": ["compat"],
"extends": ["plugin:compat/recommended"],
"env": {
"es6": true
},
"parserOptions": {
"ecmaVersion": 2020,
"sourceType": "module"
}
}