Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-ta-webapp

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-ta-webapp - npm Package Compare versions

Comparing version 2.0.3 to 2.1.0

4

package.json
{
"name": "eslint-config-ta-webapp",
"version": "2.0.3",
"version": "2.1.0",
"description": "Reusable eslint config for TA web apps.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"deploy": "npm login && git push && git push --follow-tags && npm publish"
},

@@ -9,0 +9,0 @@ "repository": {

@@ -8,3 +8,4 @@ module.exports = {

'requireParamDescription': true,
'requireReturn': false
'requireReturn': false,
'requireReturnDescription': false
}],

@@ -11,0 +12,0 @@ 'require-jsdoc': 0, // http://eslint.org/docs/rules/require-jsdoc

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc