mirror of
https://github.com/getredash/redash.git
synced 2026-05-09 03:03:08 -04:00
* client: Add lint command
Signed-off-by: koooge <koooooge@gmail.com>
* client: Override eslint rule object-curly-newline to keep current style
Signed-off-by: koooge <koooooge@gmail.com>
* client: Override eslint rule no-else-return to keep current style
Signed-off-by: koooge <koooooge@gmail.com>
* client: Fix eslint import/named
Signed-off-by: koooge <koooooge@gmail.com>
* client: eslint-5
Signed-off-by: koooge <koooooge@gmail.com>
* codeclimate: Delete the old setting
Signed-off-by: koooge <koooooge@gmail.com>
* client: Downgrade eslint 5 to 4 in codeclimate
Signed-off-by: koooge <koooooge@gmail.com>
* client: npx install-peerdeps --dev eslint-config-airbnb
Signed-off-by: koooge <koooooge@gmail.com>
* client: Enbale .jsx lint
Signed-off-by: koooge <koooooge@gmail.com>
* client: Set warn
Signed-off-by: koooge <koooooge@gmail.com>
* client: Fix lint indent, implicit-arrow-linebreak, lines-between-class-members
Signed-off-by: koooge <koooooge@gmail.com>
* client: Disable eslint operator-linebreak
Signed-off-by: koooge <koooooge@gmail.com>
* Revert "client: Downgrade eslint 5 to 4 in codeclimate"
This reverts commit f0fb0f0059.
* client: Fix react/button-has-type
Signed-off-by: koooge <koooooge@gmail.com>
* client: Disable an eslint rule react/jsx-one-expression-per-line
Signed-off-by: koooge <koooooge@gmail.com>
* codeclimate: Disable no-multiple-empty-lines
Signed-off-by: koooge <koooooge@gmail.com>
* client: Disable eslint react/destructuring-assignment
Signed-off-by: koooge <koooooge@gmail.com>