New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

lint-config-nojvek

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lint-config-nojvek - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

3

.eslintrc.js

@@ -34,4 +34,2 @@ /* eslint-env node */

project: `./tsconfig.json`,
// turn this false when https://github.com/typescript-eslint/typescript-eslint/issues/1723 is fixed
createDefaultProgram: true,
},

@@ -92,3 +90,2 @@ plugins: [`@typescript-eslint`],

'linebreak-style': [`error`, `unix`],
'no-console': [WARN_IF_DEV, {allow: [`info`, `warn`, `error`, `assert`]}],
'no-control-regex': [`off`],

@@ -95,0 +92,0 @@ 'no-debugger': [WARN_IF_DEV],

6

package.json
{
"name": "lint-config-nojvek",
"version": "1.0.1",
"version": "1.0.2",
"description": "eslint (with ts-eslint) + prettier shared configs ",

@@ -25,4 +25,4 @@ "main": ".eslintrc.js",

"devDependencies": {
"@typescript-eslint/eslint-plugin": "2.23.0",
"@typescript-eslint/parser": "2.23.0",
"@typescript-eslint/eslint-plugin": "2.31.0",
"@typescript-eslint/parser": "2.31.0",
"eslint": "6.8.0",

@@ -29,0 +29,0 @@ "eslint-config-prettier": "6.9.0",

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