2024-09-11 03:16:56 +00:00
|
|
|
{
|
|
|
|
"extends": "airbnb-base",
|
2024-09-11 03:16:56 +00:00
|
|
|
"parserOptions": {
|
2024-09-11 03:16:58 +00:00
|
|
|
"parser": "@babel/eslint-parser",
|
|
|
|
"sourceType": "script",
|
|
|
|
"ecmaVersion": 2020
|
2024-09-11 03:16:56 +00:00
|
|
|
},
|
2024-09-11 03:16:56 +00:00
|
|
|
"rules": {
|
|
|
|
"no-console": 0,
|
|
|
|
"indent": ["error", 4],
|
2024-09-11 03:16:58 +00:00
|
|
|
"max-len": 0,
|
|
|
|
"strict": 0
|
2024-09-11 03:16:56 +00:00
|
|
|
}
|
|
|
|
}
|