13 lines
153 B
JSON
13 lines
153 B
JSON
{
|
|
"extends": [
|
|
"./base.eslintrc.json",
|
|
"./errors.eslintrc.json"
|
|
],
|
|
"parserOptions": {
|
|
"lib": [
|
|
"ES2023",
|
|
"DOM"
|
|
]
|
|
}
|
|
}
|