Created
March 2, 2020 16:06
-
-
Save moritzjacobs/eef6f05751da78712321db6508d814c1 to your computer and use it in GitHub Desktop.
package.json before scriptlint
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": "my-cool-project", | |
"version": "1.0.0", | |
… | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1", | |
"eslint": "eslint src", | |
"start-dev": "webpack-dev-server", | |
"build": "webpack" | |
}, | |
… | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment