mirror of
https://github.com/zyachel/quetre.git
synced 2025-04-01 20:17:36 +03:00
12 lines
243 B
JSON
12 lines
243 B
JSON
{
|
|
"env": {
|
|
"browser": true,
|
|
"es2021": true
|
|
},
|
|
"extends": ["airbnb-base", "prettier"],
|
|
"parserOptions": {
|
|
"ecmaVersion": "latest",
|
|
"sourceType": "module"
|
|
},
|
|
"rules": { "spaced-comment": 0, "import/extensions": 0 }
|
|
}
|