2024-10-09 15:13:24 +04:00
|
|
|
{
|
|
|
|
"env": {
|
|
|
|
"browser": true,
|
|
|
|
"es2021": true
|
|
|
|
},
|
|
|
|
"extends": ["airbnb-base", "prettier"],
|
2024-11-07 10:23:59 +04:00
|
|
|
"plugins": ["prettier", "html"],
|
2024-10-09 15:13:24 +04:00
|
|
|
"parserOptions": {
|
|
|
|
"ecmaVersion": 12,
|
|
|
|
"sourceType": "module"
|
|
|
|
},
|
|
|
|
"rules": {
|
|
|
|
"prettier/prettier": "error",
|
|
|
|
"no-console": "off"
|
|
|
|
}
|
|
|
|
}
|