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