typing-effect-element/.eslintrc.json

12 строки
191 B
JSON
Исходник Обычный вид История

2021-04-09 03:57:50 +03:00
{
2021-04-28 10:41:10 +03:00
"root": true,
2021-04-09 03:57:50 +03:00
"extends": [
"plugin:github/recommended",
"plugin:github/browser",
"plugin:github/typescript"
],
"globals": {
"CustomElementElement": "readonly"
}
}