2018-06-12 23:51:45 +00:00
|
|
|
{
|
|
|
|
"extends": "airbnb-base",
|
2018-06-14 23:06:31 +00:00
|
|
|
"parserOptions": {
|
2023-02-27 01:37:08 +00:00
|
|
|
"parser": "@babel/eslint-parser",
|
|
|
|
"sourceType": "script",
|
|
|
|
"ecmaVersion": 2020
|
2018-06-14 23:06:31 +00:00
|
|
|
},
|
2018-06-12 23:51:45 +00:00
|
|
|
"rules": {
|
|
|
|
"no-console": 0,
|
|
|
|
"indent": ["error", 4],
|
2023-02-27 01:37:08 +00:00
|
|
|
"max-len": 0,
|
|
|
|
"strict": 0
|
2018-06-12 23:51:45 +00:00
|
|
|
}
|
|
|
|
}
|