Last active
May 29, 2021 01:29
-
-
Save aonrobot/603f69b29c4fbf32288145e5164e0a1a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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\"", | |
}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It will be merged with any rules specified with configuration files.
https://eslint.org/docs/user-guide/command-line-interface