Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable "prefer-destructuring" in JS files | gfyoung | 2018-06-25 | 1 | -2/+0 |
* | Enable no-multi-assignment in JS files | gfyoung | 2018-06-15 | 1 | -2/+0 |
* | Enable no-restricted-globals in JS files | gfyoung | 2018-06-15 | 1 | -2/+0 |
* | disable no-multi-assign | Lukas Eipert | 2018-05-29 | 1 | -1/+3 |
* | use the old indent-rule for now | Lukas Eipert | 2018-05-29 | 1 | -0/+14 |
* | disable no-restricted-globals | Lukas Eipert | 2018-05-29 | 1 | -0/+2 |
* | disable prefer-destructuring for now | Lukas Eipert | 2018-05-29 | 1 | -0/+3 |
* | disable rules that might be conflicting with prettier | Lukas Eipert | 2018-05-29 | 1 | -5/+7 |
* | disable `function-paren-newline` as it conflicts with prettier | Lukas Eipert | 2018-05-29 | 1 | -0/+1 |
* | convert eslintrc to yml | Lukas Eipert | 2018-05-29 | 1 | -0/+53 |