mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
29 lines
490 B
Plaintext
29 lines
490 B
Plaintext
{
|
|
"boss": true,
|
|
"curly": true,
|
|
"devel": false,
|
|
"eqnull": false,
|
|
"esnext": true,
|
|
"expr": true,
|
|
"funcscope": true,
|
|
"globals": {
|
|
"afterEach": true,
|
|
"beforeEach": true,
|
|
"describe": true,
|
|
"expect": true,
|
|
"it": true,
|
|
"jest": true
|
|
},
|
|
"globalstrict": false,
|
|
"laxbreak": true,
|
|
"loopfunc": false,
|
|
"newcap": true,
|
|
"node": true,
|
|
"noempty": true,
|
|
"nonstandard": false,
|
|
"onecase": false,
|
|
"trailing": true,
|
|
"undef": true,
|
|
"unused": "vars"
|
|
}
|