зеркало из https://github.com/mozilla/fxa.git
13 строки
206 B
JSON
13 строки
206 B
JSON
|
{
|
||
|
"extends": ["plugin:fxa/recommended"],
|
||
|
"plugins": ["fxa"],
|
||
|
"env": {
|
||
|
"browser": true,
|
||
|
"jest": true
|
||
|
},
|
||
|
"ignorePatterns": ["dist/**"],
|
||
|
"parserOptions": {
|
||
|
"sourceType": "module"
|
||
|
}
|
||
|
}
|