Last active
March 3, 2020 12:37
-
-
Save moritzjacobs/62f5e0a95667338745861bb43280d703 to your computer and use it in GitHub Desktop.
scriptlint changes: non-strict
This file contains 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": "npm run build && npm run eslint", | |
"eslint": "eslint src", | |
"start": "webpack-dev-server", | |
"dev": "npm run start", | |
"build": "webpack" | |
}, | |
… | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment