consts.js (
7
lines of code) (
raw
):
module.exports = { // config codes ignore: 0, warn: 1, error: 2, // constants INDENT: 2, MAX_SPECIFICITY: 7 };