Skip to content

Commit

Permalink
fix:updated lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tasneem067 committed Feb 11, 2021
1 parent 8e0a2ac commit a8aae72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test:apollo:local": "export AUTH_MODEL=local; export NODE_ENV=test; export CHANNEL_MAX_TOTAL_LIMIT=4; export CHANNEL_VERSION_MAX_TOTAL_LIMIT=4; export CLUSTER_MAX_TOTAL_LIMIT=2; export SUBSCRIPTION_MAX_TOTAL_LIMIT=3; nyc --exclude=**/*.spec.js --reporter=html --reporter=text mocha --timeout 5000 'app/apollo/test/*.spec.js'",
"test:apollo:passport.local": "export AUTH_MODEL=passport.local; export NODE_ENV=test; export CHANNEL_MAX_TOTAL_LIMIT=4; export CHANNEL_VERSION_MAX_TOTAL_LIMIT=4; export CLUSTER_MAX_TOTAL_LIMIT=2; export SUBSCRIPTION_MAX_TOTAL_LIMIT=3; nyc --exclude=**/*.spec.js --reporter=html --reporter=text mocha --timeout 5000 'app/apollo/test/*.spec.js'",
"wait-mongo": "node app/wait-mongo.js",
"lint": "npx npm-run-all eslint yamllint dockerlint markdownlint jsonlint shellcheck",
"lint": "npx npm-run-all i18n eslint yamllint dockerlint markdownlint jsonlint shellcheck",
"eslint": "npx eslint app/",
"yamllint": "npx yamllint .travis.yml kubernetes/razeedash-api/resource.yaml",
"dockerlint": "npx dockerlint Dockerfile",
Expand Down

0 comments on commit a8aae72

Please sign in to comment.