- [ ] func-names - [ ] no-use-before-define - [ ] no-unused-vars - [ ] no-underscore-dangle - [ ] no-undef - [ ] prefer-destructuring - [ ] no-param-reassign - [ ] max-len - [ ] camelcase - [ ] no-shadow - [ ] consistent-return - [ ] no-console - [ ] global-require - [ ] class-methods-use-this - [ ] no-plusplus - [ ] no-return-assign - [ ] prefer-rest-params - [ ] no-useless-escape - [ ] no-restricted-syntax - [ ] no-unused-expressions - [ ] guard-for-in - [ ] no-multi-assign - [ ] require-yield - [ ] prefer-spread - [ ] import/no-dynamic-require - [ ] no-continue - [ ] no-mixed-operators - [ ] default-case - [ ] import/no-extraneous-dependencies - [ ] no-cond-assign - [ ] import/no-unresolved - [x] one-var - [x] radix - [x] eqeqeq - [x] prefer-const - [x] no-empty - [x] no-tabs - [x] no-bitwise - [x] no-array-constructor - [x] no-var - [x] no-buffer-constructor - [x] no-eval - [x] array-callback-return - [x] no-loop-func - [x] quotes - [x] no-redeclare - [x] function-paren-newline - [x] no-useless-return