Created
June 16, 2023 03:34
-
-
Save rakeshtembhurne/40e6cf5f0907d27b7196ffa6d2def531 to your computer and use it in GitHub Desktop.
StandardJS: Adding standardjs settings into nodejs package.json
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
"standard.options": { | |
"ignore": [ | |
"node_modules/**" | |
], | |
"javascript.format.enable": false, | |
"javascript.validate.enable": false, | |
"standard.enable": true, | |
"standard.autoFixOnSave": true, | |
"standard.validate": [ | |
"javascript", | |
"javascriptreact" | |
] | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment