mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-20 11:28:47 +08:00
Fix prettier related ESLint issues (#1493)
* add quotes * add prettier dev-dep * run prettier on src * add eslint-prettier-plugin to install
This commit is contained in:
committed by
GitHub
parent
4d100d4507
commit
271e7a1e76
4
.github/workflows/push_tests.yml
vendored
4
.github/workflows/push_tests.yml
vendored
@@ -4,7 +4,7 @@ on:
|
||||
push:
|
||||
branches: master
|
||||
pull_request:
|
||||
branches: *
|
||||
branches: '*'
|
||||
|
||||
env:
|
||||
JEST_ENV: prod
|
||||
@@ -32,7 +32,7 @@ jobs:
|
||||
run: |
|
||||
pip install flake8
|
||||
cd client
|
||||
npm i "eslint" "eslint-config-airbnb" "eslint-config-prettier" "eslint-loader" "eslint-plugin-filenames" "eslint-plugin-import" "eslint-plugin-jest" "eslint-plugin-jsx-a11y" "eslint-plugin-react" "eslint-plugin-react-hooks"
|
||||
npm i "eslint" "eslint-config-airbnb" "eslint-config-prettier" "eslint-loader" "eslint-plugin-filenames" "eslint-plugin-import" "eslint-plugin-jest" "eslint-plugin-jsx-a11y" "eslint-plugin-react" "eslint-plugin-react-hooks" "eslint-plugin-prettier"
|
||||
- name: Lint with flake8
|
||||
run: |
|
||||
make lint-server
|
||||
|
||||
Reference in New Issue
Block a user