Files
codeql/javascript/ql/test/library-tests/ESLint/sub/package.json
2018-08-02 17:53:23 +01:00

10 lines
188 B
JSON

{
"name": "mypackage",
"version": "0.0.1",
"eslintConfig": {
"globals": {
"aWritableGlobal": true,
"aNonWritableGlobal": false
}
}
}