mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-13 12:26:34 +03:00
13 lines
183 B
Plaintext
13 lines
183 B
Plaintext
{
|
|
"parser": "babel-eslint",
|
|
"extends": "eslint:recommended",
|
|
"env": {
|
|
"node": true,
|
|
"jasmine": true,
|
|
"protractor": true
|
|
},
|
|
"rules": {
|
|
"no-console": 0,
|
|
}
|
|
}
|