typing-effect-element/.eslintrc.json

12 строки
191 B
JSON

{
"root": true,
"extends": [
"plugin:github/recommended",
"plugin:github/browser",
"plugin:github/typescript"
],
"globals": {
"CustomElementElement": "readonly"
}
}