Rename Array.from to Array.convert, keep as is in compat layer
[mootools.git] / .eslintrc
blobfd614eb780615137018a83237e4694edd1127c91
1 root: true
3 extends: 'eslint:recommended'
5 rules:
6   no-cond-assign: 0
7   no-constant-condition: 0
8   no-empty: 0
9   no-extra-semi: 0
10   no-octal: 0
11   no-undef: 0
12   no-unused-vars: 0
13   linebreak-style: [2, unix]
14   no-trailing-spaces: 2
15   no-unneeded-ternary: 2
16   quotes: [2, single, avoid-escape]
17   semi: 2
18   semi-spacing: 2
19   mootools-indent: [2, tab, {SwitchCase: 1, VariableDeclarator: 1, IndentRootIIFE: false}]
20   mootools-whitespace: 2