Skip to content

Instantly share code, notes, and snippets.

@rakeshtembhurne
Created June 16, 2023 03:34
Show Gist options
  • Save rakeshtembhurne/40e6cf5f0907d27b7196ffa6d2def531 to your computer and use it in GitHub Desktop.
Save rakeshtembhurne/40e6cf5f0907d27b7196ffa6d2def531 to your computer and use it in GitHub Desktop.
StandardJS: Adding standardjs settings into nodejs package.json
"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