pegjs/bin/.eslintrc.json
David Majda f390c7cf45 ESLint: Disable no-console in bin/.eslintrc.json, not bin/pegjs
The less clutter in JavaScript files themselves, the better.
2016-05-03 14:24:34 +02:00

9 lines
74 B
JSON

{
"env": {
"node": true
},
"rules": {
"no-console": 0
}
}