3 extends: 'eslint:recommended'
7 no-constant-condition: 0
13 linebreak-style: [2, unix]
15 no-unneeded-ternary: 2
16 quotes: [2, single, avoid-escape]
19 mootools-indent: [2, tab, {SwitchCase: 1, VariableDeclarator: 1, IndentRootIIFE: false}]
20 mootools-whitespace: 2