textarea-autosize/.eslintrc.json

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

2018-08-09 01:02:33 +03:00
{
2021-03-09 12:23:45 +03:00
"root": true,
"plugins": ["github"],
"extends": [
2021-03-09 12:23:45 +03:00
"plugin:github/internal",
"plugin:github/recommended",
"plugin:github/browser"
]
2019-11-07 13:46:38 +03:00
}