fxa/packages/123done/.eslintrc.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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

2022-07-13 20:39:39 +03:00
{
"extends": ["plugin:fxa/server"],
"plugins": ["fxa"],
"ignorePatterns": [
"static"
],
"root": true
}