Skip to content

Instantly share code, notes, and snippets.

@aonrobot
Last active May 29, 2021 01:29
Show Gist options
  • Save aonrobot/603f69b29c4fbf32288145e5164e0a1a to your computer and use it in GitHub Desktop.
Save aonrobot/603f69b29c4fbf32288145e5164e0a1a to your computer and use it in GitHub Desktop.
{
"name": "@abccompany/eslint",
"version": "1.0.162-20210528.beta1",
"description": "",
"main": "index.ts",
"scripts": {
"lint": "./node_modules/.bin/eslint --rule \"{no-unused-vars: off}\" .",
"test": "jest --setupFiles dotenv/config --coverage",
"test-ci": "JEST_JUNIT_OUTPUT_DIR=\"./artifacts/test\" jest --ci --testResultsProcessor=\"jest-junit\" --collectCoverage=true",
"test-watch": "jest --coverage --watch",
"gen-key": "npx tls-keygen \"./certs/key.pem\" \"./certs/cert.pem\"",
},
}
@aonrobot
Copy link
Author

aonrobot commented May 29, 2021

It will be merged with any rules specified with configuration files.

https://eslint.org/docs/user-guide/command-line-interface

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment