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

7 lines
86 B
JSON

{
"globals": {
"aWritableGlobal": true,
"aNonWritableGlobal": false
}
}