mirror of
https://github.com/github/codeql.git
synced 2025-12-30 15:46:34 +01:00
10 lines
188 B
JSON
10 lines
188 B
JSON
{
|
|
"name": "mypackage",
|
|
"version": "0.0.1",
|
|
"eslintConfig": {
|
|
"globals": {
|
|
"aWritableGlobal": true,
|
|
"aNonWritableGlobal": false
|
|
}
|
|
}
|
|
} |